Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Ddir.c876 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_mknod()
939 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_symlink()
1003 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_mkdir()
1047 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_link()
1168 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_unlink()
1246 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_rename()
Dmds_client.h290 int r_dentry_drop, r_dentry_unless; member
Dmds_client.c2589 (!!req->r_inode_drop + !!req->r_dentry_drop + in create_request_message()
2592 if (req->r_dentry_drop) in create_request_message()
2646 if (req->r_dentry_drop) in create_request_message()
2648 req->r_parent, mds, req->r_dentry_drop, in create_request_message()
Dfile.c713 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_atomic_open()