Searched refs:ceph_get_caps (Results 1 – 3 of 3) sorted by relevance
/fs/ceph/ |
D | file.c | 648 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, &got, -1); in ceph_aio_read() 725 ret = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, &got, endoff); in ceph_aio_write()
|
D | super.h | 784 extern int ceph_get_caps(struct ceph_inode_info *ci, int need, int want,
|
D | caps.c | 2119 int ceph_get_caps(struct ceph_inode_info *ci, int need, int want, int *got, in ceph_get_caps() function
|