Home
last modified time | relevance | path

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

/fs/ceph/
Ddir.c859 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_mknod()
921 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_symlink()
980 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_mkdir()
1024 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_link()
1071 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_unlink()
1122 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_rename()
Dmds_client.h266 int r_dentry_drop, r_dentry_unless; member
Dmds_client.c2326 (!!req->r_inode_drop + !!req->r_dentry_drop + in create_request_message()
2328 if (req->r_dentry_drop) in create_request_message()
2364 if (req->r_dentry_drop) in create_request_message()
2366 req->r_parent, mds, req->r_dentry_drop, in create_request_message()
Dfile.c479 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_AUTH_EXCL; in ceph_atomic_open()