Searched refs:attr_is_frame_compressed (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | attrib.c | 980 err = attr_is_frame_compressed(ni, attr_b, vcn >> NTFS_LZNT_CUNIT, in attr_data_get_block() 1540 int attr_is_frame_compressed(struct ntfs_inode *ni, struct ATTRIB *attr, in attr_is_frame_compressed() function 1693 err = attr_is_frame_compressed(ni, attr_b, frame, &clst_data, run); in attr_allocate_frame()
|
H A D | ntfs_fs.h | 448 int attr_is_frame_compressed(struct ntfs_inode *ni, struct ATTRIB *attr,
|
H A D | frecord.c | 2007 err = attr_is_frame_compressed(ni, attr, in ni_fiemap() 2603 err = attr_is_frame_compressed(ni, attr, frame, &clst_data, in ni_read_frame()
|