Searched refs:fc_dentry (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/fs/ext4/ |
| D | fast_commit.c | 920 struct ext4_fc_dentry_update *fc_dentry; in ext4_fc_commit_dentry_updates() local 929 fc_dentry = list_entry(fcd_pos, struct ext4_fc_dentry_update, in ext4_fc_commit_dentry_updates() 931 if (fc_dentry->fcd_op != EXT4_FC_TAG_CREAT) { in ext4_fc_commit_dentry_updates() 934 sb, fc_dentry->fcd_op, in ext4_fc_commit_dentry_updates() 935 fc_dentry->fcd_parent, fc_dentry->fcd_ino, in ext4_fc_commit_dentry_updates() 936 fc_dentry->fcd_name.len, in ext4_fc_commit_dentry_updates() 937 fc_dentry->fcd_name.name, crc)) { in ext4_fc_commit_dentry_updates() 948 if (ei->vfs_inode.i_ino == fc_dentry->fcd_ino) { in ext4_fc_commit_dentry_updates() 977 sb, fc_dentry->fcd_op, in ext4_fc_commit_dentry_updates() 978 fc_dentry->fcd_parent, fc_dentry->fcd_ino, in ext4_fc_commit_dentry_updates() [all …]
|