Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dioctl.c115 req->r_inode_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_FILE_EXCL; in ceph_ioctl_set_layout()
Dmds_client.h265 int r_inode_drop, r_inode_unless; member
Ddir.c393 req->r_inode_drop = CEPH_CAP_FILE_EXCL; in ceph_readdir()
1073 req->r_inode_drop = ceph_drop_caps_for_unlink(inode); in ceph_unlink()
1127 req->r_inode_drop = in ceph_rename()
Dxattr.c997 req->r_inode_drop = CEPH_CAP_XATTR_SHARED; in ceph_sync_setxattr()
Dmds_client.c2324 (!!req->r_inode_drop + !!req->r_dentry_drop + in create_request_message()
2358 if (req->r_inode_drop) in create_request_message()
2361 mds, req->r_inode_drop, req->r_inode_unless, 0); in create_request_message()
Dinode.c2186 req->r_inode_drop = release; in __ceph_setattr()