Home
last modified time | relevance | path

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

/fs/ext4/
Dfast_commit.c947 struct ext4_fc_dentry_update *fc_dentry; in ext4_fc_commit_dentry_updates() local
956 fc_dentry = list_entry(fcd_pos, struct ext4_fc_dentry_update, in ext4_fc_commit_dentry_updates()
958 if (fc_dentry->fcd_op != EXT4_FC_TAG_CREAT) { in ext4_fc_commit_dentry_updates()
961 sb, fc_dentry->fcd_op, in ext4_fc_commit_dentry_updates()
962 fc_dentry->fcd_parent, fc_dentry->fcd_ino, in ext4_fc_commit_dentry_updates()
963 fc_dentry->fcd_name.len, in ext4_fc_commit_dentry_updates()
964 fc_dentry->fcd_name.name, crc)) { in ext4_fc_commit_dentry_updates()
975 if (ei->vfs_inode.i_ino == fc_dentry->fcd_ino) { in ext4_fc_commit_dentry_updates()
1004 sb, fc_dentry->fcd_op, in ext4_fc_commit_dentry_updates()
1005 fc_dentry->fcd_parent, fc_dentry->fcd_ino, in ext4_fc_commit_dentry_updates()
[all …]