Home
last modified time | relevance | path

Searched refs:fcd_op (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dfast_commit.h73 int fcd_op; /* Type of update create / unlink / link */ member
H A Dfast_commit.c393 node->fcd_op = dentry_update->op; in __track_dentry_update()
958 if (fc_dentry->fcd_op != EXT4_FC_TAG_CREAT) {
961 sb, fc_dentry->fcd_op,
1004 sb, fc_dentry->fcd_op,
/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.h109 int fcd_op; /* Type of update create / unlink / link */ member
H A Dfast_commit.c318 WARN_ON(fc_dentry->fcd_op != EXT4_FC_TAG_CREAT); in ext4_fc_del()
443 node->fcd_op = dentry_update->op; in __track_dentry_update()
830 tl.fc_tag = cpu_to_le16(fc_dentry->fcd_op); in ext4_fc_add_dentry_tlv()
1035 if (fc_dentry->fcd_op != EXT4_FC_TAG_CREAT) {

Completed in 7 milliseconds