Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ceph/
Ddir.c717 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup()
896 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod()
963 if (!err && !req->r_reply_info.head->is_dentry) in ceph_symlink()
1034 !req->r_reply_info.head->is_dentry) in ceph_mkdir()
1080 } else if (!req->r_reply_info.head->is_dentry) { in ceph_link()
1263 if (!err && !req->r_reply_info.head->is_dentry) in ceph_unlink()
1325 if (!err && !req->r_reply_info.head->is_dentry) { in ceph_rename()
Dinode.c1287 rinfo->head->is_dentry, rinfo->head->is_target); in ceph_fill_trace()
1289 if (!rinfo->head->is_target && !rinfo->head->is_dentry) { in ceph_fill_trace()
1296 if (rinfo->head->is_dentry) { in ceph_fill_trace()
1386 if (rinfo->head->is_dentry && in ceph_fill_trace()
1516 } else if (rinfo->head->is_dentry && req->r_dentry) { in ceph_fill_trace()
Dfile.c837 if (!err && (flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_atomic_open()
Dmds_client.c302 if (info->head->is_dentry) { in parse_reply_info_trace()
/Linux-v6.1/include/linux/ceph/
Dceph_fs.h526 __u8 is_dentry, is_target; /* true if dentry, target inode records member