Home
last modified time | relevance | path

Searched refs:ceph_get_caps (Results 1 – 3 of 3) sorted by relevance

/fs/ceph/
Dfile.c648 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()
Dsuper.h784 extern int ceph_get_caps(struct ceph_inode_info *ci, int need, int want,
Dcaps.c2119 int ceph_get_caps(struct ceph_inode_info *ci, int need, int want, int *got, in ceph_get_caps() function