Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dmds_client.h339 int r_inode_drop, r_inode_unless; member
H A Dioctl.c116 req->r_inode_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_FILE_EXCL; in ceph_ioctl_set_layout()
H A Ddir.c422 req->r_inode_drop = CEPH_CAP_FILE_EXCL; in ceph_readdir()
1393 req->r_inode_drop = ceph_drop_caps_for_unlink(inode); in ceph_unlink()
1507 req->r_inode_drop = in ceph_rename()
H A Dmds_client.c3038 (!!req->r_inode_drop + !!req->r_dentry_drop + in create_request_message()
3165 if (req->r_inode_drop) in create_request_message()
3168 mds, req->r_inode_drop, req->r_inode_unless, in create_request_message()
H A Dinode.c2783 req->r_inode_drop = release; in __ceph_setattr()