Searched refs:al_remove_le (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | attrib.c | 313 al_remove_le(ni, le); in attr_make_nonresident() 720 if (!al_remove_le(ni, le)) { in attr_set_size() 1150 if (!al_remove_le(ni, le)) { in attr_data_get_block() 1774 if (!al_remove_le(ni, le)) { in attr_allocate_frame() 2019 if (!al_remove_le(ni, le)) { in attr_collapse_range()
|
H A D | attrlist.c | 362 * al_remove_le - Remove @le from attribute list. 364 bool al_remove_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le) in al_remove_le() function
|
H A D | frecord.c | 436 al_remove_le(ni, le); in ni_remove_attr() 489 al_remove_le(ni, le); in ni_ins_new_attr() 609 al_remove_le(ni, le); in ni_repack() 1559 al_remove_le(ni, le); in ni_remove_attr_le()
|
H A D | ntfs_fs.h | 472 bool al_remove_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le);
|
Completed in 9 milliseconds