Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dfile.c2196 ret = ceph_get_caps(filp, CEPH_CAP_FILE_RD, want, -1, &got); in ceph_read_iter()
2350 ret = ceph_get_caps(in, CEPH_CAP_FILE_RD, want, -1, &got); in ceph_splice_read()
2474 err = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, pos + count, &got); in ceph_write_iter()
2782 ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got); in ceph_fallocate()
2826 ret = ceph_get_caps(dst_filp, CEPH_CAP_FILE_WR, CEPH_CAP_FILE_BUFFER, in get_rd_wr_caps()
2833 * we would risk a deadlock by using ceph_get_caps. Thus, we'll do some in get_rd_wr_caps()
2848 ret = ceph_get_caps(src_filp, CEPH_CAP_FILE_RD, in get_rd_wr_caps()
H A Dioctl.c319 ret = ceph_get_caps(file, CEPH_CAP_FILE_SHARED, 0, -1, &got); in ceph_set_encryption_policy()
H A Dsuper.h1314 extern int ceph_get_caps(struct file *filp, int need, int want,
H A Daddr.c1992 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_RD, want, -1, &got); in ceph_filemap_fault()
2097 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_WR, want, off + len, &got); in ceph_page_mkwrite()
H A Dcaps.c3173 int ceph_get_caps(struct file *filp, int need, int want, loff_t endoff, in ceph_get_caps() function