Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dfile.c2637 static int get_rd_wr_caps(struct file *src_filp, int *src_got, in get_rd_wr_caps() argument
2655 ret = ceph_try_get_caps(file_inode(src_filp), in get_rd_wr_caps()
2667 ret = ceph_get_caps(src_filp, CEPH_CAP_FILE_RD, in get_rd_wr_caps()
2672 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got); in get_rd_wr_caps()