Home
last modified time | relevance | path

Searched refs:EXT4_FC_REASON_XATTR (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/ext4/
Dfast_commit.h89 EXT4_FC_REASON_XATTR = 0, enumerator
Dxattr.c2411 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_XATTR); in ext4_xattr_set_handle()
2489 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_XATTR); in ext4_xattr_set()
2923 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_XATTR); in ext4_xattr_delete_inode()
/Linux-v5.15/include/trace/events/
Dext4.h100 { EXT4_FC_REASON_XATTR, "XATTR"}, \
2748 FC_REASON_NAME_STAT(EXT4_FC_REASON_XATTR),