Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dfile.c1266 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, -1, &got, &pinned_page); in ceph_read_iter()
1468 err = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, pos + count, in ceph_write_iter()
1793 ret = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, endoff, &got, NULL); in ceph_fallocate()
Dsuper.h1014 extern int ceph_get_caps(struct ceph_inode_info *ci, int need, int want,
Daddr.c1447 err = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, -1, &got, &pinned_page); in ceph_filemap_fault()
1566 err = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, off + len, in ceph_page_mkwrite()
Dcaps.c2740 int ceph_get_caps(struct ceph_inode_info *ci, int need, int want, in ceph_get_caps() function