Searched refs:attr_is_frame_compressed (Results 1 – 3 of 3) sorted by relevance
/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() 1528 int attr_is_frame_compressed(struct ntfs_inode *ni, struct ATTRIB *attr, in attr_is_frame_compressed() function 1681 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 | 2011 err = attr_is_frame_compressed(ni, attr, in ni_fiemap() 2605 err = attr_is_frame_compressed(ni, attr, frame, &clst_data, in ni_read_frame()
|