Searched refs:ext4_fc_mark_ineligible (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/ext4/
H A Dfast_commit.c71 * ext4_fc_mark_ineligible(): This makes next fast commit operation to fall back
338 void ext4_fc_mark_ineligible(struct super_block *sb, int reason, handle_t *handle) function
430 ext4_fc_mark_ineligible(sb, EXT4_FC_REASON_ENCRYPTED_FILENAME,
438 ext4_fc_mark_ineligible(sb, EXT4_FC_REASON_NOMEM, NULL);
450 ext4_fc_mark_ineligible(sb, EXT4_FC_REASON_NOMEM, NULL);
593 ext4_fc_mark_ineligible(inode->i_sb,
H A Dioctl.c429 ext4_fc_mark_ineligible(sb, EXT4_FC_REASON_SWAP_BOOT, handle);
1462 ext4_fc_mark_ineligible(sb, EXT4_FC_REASON_RESIZE, NULL);
H A Dxattr.c2476 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_XATTR, handle);
2554 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_XATTR, NULL);
2998 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_XATTR, handle);
H A Dnamei.c4000 ext4_fc_mark_ineligible(old.inode->i_sb,
4165 ext4_fc_mark_ineligible(new.inode->i_sb,
H A Dextents.c5389 ext4_fc_mark_ineligible(sb, EXT4_FC_REASON_FALLOC_RANGE, handle);
5521 ext4_fc_mark_ineligible(sb, EXT4_FC_REASON_FALLOC_RANGE, handle);
H A Dinode.c317 ext4_fc_mark_ineligible(inode->i_sb, EXT4_FC_REASON_NOMEM, NULL);
6025 ext4_fc_mark_ineligible(inode->i_sb,
H A Dext4.h2899 void ext4_fc_mark_ineligible(struct super_block *sb, int reason, handle_t *handle);

Completed in 163 milliseconds