Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ceph/
Ddir.c889 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_mknod()
956 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_symlink()
1025 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_mkdir()
1073 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_link()
1212 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_unlink()
1316 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_rename()
Dmds_client.h294 int r_dentry_drop, r_dentry_unless; member
Dmds_client.c2585 (!!req->r_inode_drop + !!req->r_dentry_drop + in create_request_message()
2588 if (req->r_dentry_drop) in create_request_message()
2642 if (req->r_dentry_drop) in create_request_message()
2644 req->r_parent, mds, req->r_dentry_drop, in create_request_message()
Dfile.c789 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_atomic_open()