Searched refs:__ceph_get_caps (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.h | 1273 extern int __ceph_get_caps(struct inode *inode, struct ceph_file_info *fi,
|
H A D | caps.c | 2964 int __ceph_get_caps(struct inode *inode, struct ceph_file_info *fi, int need, in __ceph_get_caps() function 3097 return __ceph_get_caps(inode, fi, need, want, endoff, got); in ceph_get_caps()
|
H A D | inode.c | 2310 ret = __ceph_get_caps(inode, NULL, CEPH_CAP_FILE_RD, 0, -1, &got); in fill_fscrypt_truncate()
|
Completed in 13 milliseconds