Home
last modified time | relevance | path

Searched refs:r_inode_drop (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/ceph/
Dmds_client.h216 int r_inode_drop, r_inode_unless; member
Dioctl.c114 req->r_inode_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_FILE_EXCL; in ceph_ioctl_set_layout()
Dxattr.c895 req->r_inode_drop = CEPH_CAP_XATTR_SHARED; in ceph_sync_setxattr()
1061 req->r_inode_drop = CEPH_CAP_XATTR_SHARED; in ceph_send_removexattr()
Ddir.c945 req->r_inode_drop = drop_caps_for_unlink(inode); in ceph_unlink()
989 req->r_inode_drop = drop_caps_for_unlink(d_inode(new_dentry)); in ceph_rename()
Dmds_client.c1952 (!!req->r_inode_drop + !!req->r_dentry_drop + in create_request_message()
1986 if (req->r_inode_drop) in create_request_message()
1989 mds, req->r_inode_drop, req->r_inode_unless, 0); in create_request_message()
Dinode.c1982 req->r_inode_drop = release; in ceph_setattr()