Lines Matching refs:exists_cb
38 bool (*exists_cb)(struct ceph_inode_info *ci); member
315 .exists_cb = NULL, \
325 .exists_cb = ceph_vxattrcb_layout_exists, \
333 .exists_cb = ceph_vxattrcb_quota_exists, \
342 .exists_cb = ceph_vxattrcb_layout_exists,
362 .exists_cb = ceph_vxattrcb_dir_pin_exists,
369 .exists_cb = ceph_vxattrcb_quota_exists,
378 .exists_cb = ceph_vxattrcb_snap_btime_exists,
391 .exists_cb = ceph_vxattrcb_layout_exists,
403 .exists_cb = ceph_vxattrcb_snap_btime_exists,
844 if (!(vxattr->exists_cb && !vxattr->exists_cb(ci))) { in __ceph_getxattr()