Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dxattr.c53 bool (*exists_cb)(struct ceph_inode_info *ci); member
271 .exists_cb = NULL, \
281 .exists_cb = NULL, \
289 .exists_cb = ceph_vxattrcb_layout_exists, \
297 .exists_cb = ceph_vxattrcb_quota_exists, \
306 .exists_cb = ceph_vxattrcb_layout_exists,
326 .exists_cb = ceph_vxattrcb_quota_exists,
342 .exists_cb = ceph_vxattrcb_layout_exists,
830 if (!(vxattr->exists_cb && !vxattr->exists_cb(ci))) { in __ceph_getxattr()
940 !(vxattrs[i].exists_cb && in ceph_listxattr()
[all …]