Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Dfile.c2115 static int get_rd_wr_caps(struct file *src_filp, int *src_got, in get_rd_wr_caps() argument
2133 ret = ceph_try_get_caps(file_inode(src_filp), in get_rd_wr_caps()
2145 ret = ceph_get_caps(src_filp, CEPH_CAP_FILE_RD, in get_rd_wr_caps()
2150 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got); in get_rd_wr_caps()