Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Ddir.c852 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_mknod()
909 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_symlink()
964 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_mkdir()
1008 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_link()
1055 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_unlink()
1106 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_rename()
Dmds_client.h255 int r_dentry_drop, r_dentry_unless; member
Dmds_client.c2067 (!!req->r_inode_drop + !!req->r_dentry_drop + in create_request_message()
2069 if (req->r_dentry_drop) in create_request_message()
2105 if (req->r_dentry_drop) in create_request_message()
2107 req->r_parent, mds, req->r_dentry_drop, in create_request_message()
Dfile.c466 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_atomic_open()