Searched refs:EXT4_FC_REASON_XATTR (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ext4/ |
H A D | fast_commit.h | 90 EXT4_FC_REASON_XATTR = 0, enumerator
|
H A D | xattr.c | 2491 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_XATTR, handle); in ext4_xattr_set_handle() 2562 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_XATTR, in ext4_xattr_set() 3012 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_XATTR, handle); in ext4_xattr_delete_inode()
|
H A D | fast_commit.c | 644 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_XATTR, in ext4_fc_track_range() 2267 [EXT4_FC_REASON_XATTR] = "Extended attributes changed",
|
/linux/include/trace/events/ |
H A D | ext4.h | 97 TRACE_DEFINE_ENUM(EXT4_FC_REASON_XATTR); 111 { EXT4_FC_REASON_XATTR, "XATTR"}, \ 2814 FC_REASON_NAME_STAT(EXT4_FC_REASON_XATTR),
|