Searched refs:fc_dentry (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | fast_commit.c | 934 struct ext4_fc_dentry_update *fc_dentry; in ext4_fc_commit_dentry_updates() local 943 fc_dentry = list_entry(fcd_pos, struct ext4_fc_dentry_update, in ext4_fc_commit_dentry_updates() 945 if (fc_dentry->fcd_op != EXT4_FC_TAG_CREAT) { in ext4_fc_commit_dentry_updates() 948 sb, fc_dentry->fcd_op, in ext4_fc_commit_dentry_updates() 949 fc_dentry->fcd_parent, fc_dentry->fcd_ino, in ext4_fc_commit_dentry_updates() 950 fc_dentry->fcd_name.len, in ext4_fc_commit_dentry_updates() 951 fc_dentry->fcd_name.name, crc)) { in ext4_fc_commit_dentry_updates() 962 if (ei->vfs_inode.i_ino == fc_dentry->fcd_ino) { in ext4_fc_commit_dentry_updates() 991 sb, fc_dentry->fcd_op, in ext4_fc_commit_dentry_updates() 992 fc_dentry->fcd_parent, fc_dentry->fcd_ino, in ext4_fc_commit_dentry_updates() [all …]
|