Home
last modified time | relevance | path

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

/fs/ceph/
Ddir.c854 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_mknod()
905 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_symlink()
953 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_mkdir()
996 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_link()
1062 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_unlink()
1107 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_rename()
Dmds_client.h226 int r_dentry_drop, r_dentry_unless; member
Dmds_client.c1931 (!!req->r_inode_drop + !!req->r_dentry_drop + in create_request_message()
1933 if (req->r_dentry_drop) in create_request_message()
1969 if (req->r_dentry_drop) in create_request_message()
1971 mds, req->r_dentry_drop, req->r_dentry_unless); in create_request_message()
Dfile.c373 req->r_dentry_drop = CEPH_CAP_FILE_SHARED; in ceph_atomic_open()