Searched refs:al_remove_le (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ntfs3/ |
H A D | attrlist.c | 364 bool al_remove_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le) in al_remove_le() function
|
H A D | attrib.c | 315 al_remove_le(ni, le); in attr_make_nonresident() 723 if (!al_remove_le(ni, le)) { in attr_set_size() 1169 if (!al_remove_le(ni, le)) { in attr_data_get_block() 1784 if (!al_remove_le(ni, le)) { in attr_allocate_frame() 2029 if (!al_remove_le(ni, le)) { in attr_collapse_range()
|
H A D | frecord.c | 443 al_remove_le(ni, le); in ni_remove_attr() 496 al_remove_le(ni, le); in ni_ins_new_attr() 616 al_remove_le(ni, le); in ni_repack() 1566 al_remove_le(ni, le); in ni_remove_attr_le()
|
H A D | ntfs_fs.h | 475 bool al_remove_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le);
|