Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ceph/
Dfile.c1629 ret = ceph_get_caps(filp, CEPH_CAP_FILE_RD, want, -1, &got); in ceph_read_iter()
1839 err = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, pos + count, &got); in ceph_write_iter()
2125 ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got); in ceph_fallocate()
2164 ret = ceph_get_caps(dst_filp, CEPH_CAP_FILE_WR, CEPH_CAP_FILE_BUFFER, in get_rd_wr_caps()
2186 ret = ceph_get_caps(src_filp, CEPH_CAP_FILE_RD, in get_rd_wr_caps()
Daddr.c1427 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_RD, want, -1, &got); in ceph_filemap_fault()
1531 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_WR, want, off + len, &got); in ceph_page_mkwrite()
Dsuper.h1214 extern int ceph_get_caps(struct file *filp, int need, int want,
Dcaps.c2898 int ceph_get_caps(struct file *filp, int need, int want, loff_t endoff, int *got) in ceph_get_caps() function