Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dsuper.h1278 extern int ceph_try_get_caps(struct inode *inode,
H A Daddr.c466 ret = ceph_try_get_caps(inode, CEPH_CAP_FILE_RD, want, true, &got); in ceph_init_request()
H A Dfile.c2655 ret = ceph_try_get_caps(file_inode(src_filp), in get_rd_wr_caps()
H A Dcaps.c2936 int ceph_try_get_caps(struct inode *inode, int need, int want, in ceph_try_get_caps() function