fs/ceph/addr.c
2001
err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_RD, want, -1, &got);
fs/ceph/addr.c
2106
err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_WR, want, off + len, &got);
fs/ceph/file.c
2198
ret = ceph_get_caps(filp, CEPH_CAP_FILE_RD, want, -1, &got);
fs/ceph/file.c
2352
ret = ceph_get_caps(in, CEPH_CAP_FILE_RD, want, -1, &got);
fs/ceph/file.c
2476
err = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, pos + count, &got);
fs/ceph/file.c
2784
ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got);
fs/ceph/file.c
2828
ret = ceph_get_caps(dst_filp, CEPH_CAP_FILE_WR, CEPH_CAP_FILE_BUFFER,
fs/ceph/file.c
2850
ret = ceph_get_caps(src_filp, CEPH_CAP_FILE_RD,
fs/ceph/ioctl.c
325
ret = ceph_get_caps(file, CEPH_CAP_FILE_SHARED, 0, -1, &got);
fs/ceph/super.h
1322
extern int ceph_get_caps(struct file *filp, int need, int want,