Home
last modified time | relevance | path

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

/linux-4.19.296/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.c2115 (!!req->r_inode_drop + !!req->r_dentry_drop + in create_request_message()
2117 if (req->r_dentry_drop) in create_request_message()
2153 if (req->r_dentry_drop) in create_request_message()
2155 req->r_parent, mds, req->r_dentry_drop, in create_request_message()
Dfile.c472 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_atomic_open()