Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Ddir.c741 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup()
936 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod()
1052 if (!err && !req->r_reply_info.head->is_dentry) in ceph_symlink()
1130 !req->r_reply_info.head->is_dentry) in ceph_mkdir()
1190 } else if (!req->r_reply_info.head->is_dentry) { in ceph_link()
1373 if (!err && !req->r_reply_info.head->is_dentry) in ceph_unlink()
1440 if (!err && !req->r_reply_info.head->is_dentry) { in ceph_rename()
H A Dinode.c1496 rinfo->head->is_dentry, rinfo->head->is_target); in ceph_fill_trace()
1498 if (!rinfo->head->is_target && !rinfo->head->is_dentry) { in ceph_fill_trace()
1505 if (rinfo->head->is_dentry) { in ceph_fill_trace()
1621 if (rinfo->head->is_dentry && in ceph_fill_trace()
1751 } else if (rinfo->head->is_dentry && req->r_dentry) { in ceph_fill_trace()
H A Dfile.c868 if (!err && (flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_atomic_open()
H A Dmds_client.c369 if (info->head->is_dentry) { in parse_reply_info_trace()
/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h548 __u8 is_dentry, is_target; /* true if dentry, target inode records member