ceph_get_caps    1445 fs/ceph/addr.c 	err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_RD, want, -1,
ceph_get_caps    1563 fs/ceph/addr.c 	err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_WR, want, off + len,
ceph_get_caps    1280 fs/ceph/file.c 	ret = ceph_get_caps(filp, CEPH_CAP_FILE_RD, want, -1,
ceph_get_caps    1504 fs/ceph/file.c 	err = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, pos + count,
ceph_get_caps    1834 fs/ceph/file.c 	ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got, NULL);
ceph_get_caps    1871 fs/ceph/file.c 	ret = ceph_get_caps(dst_filp, CEPH_CAP_FILE_WR, CEPH_CAP_FILE_BUFFER,
ceph_get_caps    1893 fs/ceph/file.c 		ret = ceph_get_caps(src_filp, CEPH_CAP_FILE_RD,
ceph_get_caps    1076 fs/ceph/super.h extern int ceph_get_caps(struct file *filp, int need, int want,