Lines Matching refs:exists_cb
38 bool (*exists_cb)(struct ceph_inode_info *ci); member
314 .exists_cb = NULL, \
324 .exists_cb = ceph_vxattrcb_layout_exists, \
332 .exists_cb = ceph_vxattrcb_quota_exists, \
341 .exists_cb = ceph_vxattrcb_layout_exists,
361 .exists_cb = ceph_vxattrcb_dir_pin_exists,
368 .exists_cb = ceph_vxattrcb_quota_exists,
377 .exists_cb = ceph_vxattrcb_snap_btime_exists,
390 .exists_cb = ceph_vxattrcb_layout_exists,
402 .exists_cb = ceph_vxattrcb_snap_btime_exists,
843 if (!(vxattr->exists_cb && !vxattr->exists_cb(ci))) { in __ceph_getxattr()