Searched refs:attr_is_frame_compressed (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | attrib.c | 1515 * attr_is_frame_compressed - Used to detect compressed frame. 1517 int attr_is_frame_compressed(struct ntfs_inode *ni, struct ATTRIB *attr, in attr_is_frame_compressed() function 1672 err = attr_is_frame_compressed(ni, attr_b, frame, &clst_data); 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 | 2014 err = attr_is_frame_compressed( in ni_fiemap() 2609 err = attr_is_frame_compressed(ni, attr, frame, &clst_data); in ni_read_frame()
|
Completed in 14 milliseconds