Home
last modified time | relevance | path

Searched refs:ceph_get_caps (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dfile.c1569 ret = ceph_get_caps(filp, CEPH_CAP_FILE_RD, want, -1, in ceph_read_iter()
1787 err = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, pos + count, in ceph_write_iter()
2125 ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got, NULL); in ceph_fallocate()
2162 ret = ceph_get_caps(dst_filp, CEPH_CAP_FILE_WR, CEPH_CAP_FILE_BUFFER, in get_rd_wr_caps()
2169 * we would risk a deadlock by using ceph_get_caps. Thus, we'll do some in get_rd_wr_caps()
2184 ret = ceph_get_caps(src_filp, CEPH_CAP_FILE_RD, in get_rd_wr_caps()
H A Dsuper.h1153 extern int ceph_get_caps(struct file *filp, int need, int want,
H A Daddr.c1509 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_RD, want, -1, in ceph_filemap_fault()
1627 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_WR, want, off + len, in ceph_page_mkwrite()
H A Dcaps.c2946 int ceph_get_caps(struct file *filp, int need, int want, in ceph_get_caps() function
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c2037 ret = ceph_get_caps(filp, CEPH_CAP_FILE_RD, want, -1, &got); in ceph_read_iter()
2187 ret = ceph_get_caps(in, CEPH_CAP_FILE_RD, want, -1, &got); in ceph_splice_read()
2309 err = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, pos + count, &got); in ceph_write_iter()
2601 ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got); in ceph_fallocate()
2645 ret = ceph_get_caps(dst_filp, CEPH_CAP_FILE_WR, CEPH_CAP_FILE_BUFFER, in get_rd_wr_caps()
2652 * we would risk a deadlock by using ceph_get_caps. Thus, we'll do some in get_rd_wr_caps()
2667 ret = ceph_get_caps(src_filp, CEPH_CAP_FILE_RD, in get_rd_wr_caps()
H A Dioctl.c309 ret = ceph_get_caps(file, CEPH_CAP_FILE_SHARED, 0, -1, &got); in ceph_set_encryption_policy()
H A Daddr.c1609 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_RD, want, -1, &got); in ceph_filemap_fault()
1713 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_WR, want, off + len, &got); in ceph_page_mkwrite()
H A Dsuper.h1275 extern int ceph_get_caps(struct file *filp, int need, int want,
H A Dcaps.c3091 int ceph_get_caps(struct file *filp, int need, int want, loff_t endoff, in ceph_get_caps() function

Completed in 29 milliseconds