Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dfile.c1280 ret = ceph_get_caps(filp, CEPH_CAP_FILE_RD, want, -1, in ceph_read_iter()
1493 err = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, pos + count, in ceph_write_iter()
1821 ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got, NULL); in ceph_fallocate()
1858 ret = ceph_get_caps(dst_filp, CEPH_CAP_FILE_WR, CEPH_CAP_FILE_BUFFER, in get_rd_wr_caps()
1880 ret = ceph_get_caps(src_filp, CEPH_CAP_FILE_RD, in get_rd_wr_caps()
Dsuper.h1076 extern int ceph_get_caps(struct file *filp, int need, int want,
Daddr.c1445 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_RD, want, -1, in ceph_filemap_fault()
1563 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_WR, want, off + len, in ceph_page_mkwrite()
Dcaps.c2739 int ceph_get_caps(struct file *filp, int need, int want, in ceph_get_caps() function