Lines Matching refs:exists_cb
38 bool (*exists_cb)(struct ceph_inode_info *ci); member
364 .exists_cb = NULL, \
374 .exists_cb = ceph_vxattrcb_layout_exists, \
382 .exists_cb = ceph_vxattrcb_quota_exists, \
391 .exists_cb = ceph_vxattrcb_layout_exists,
412 .exists_cb = ceph_vxattrcb_dir_pin_exists,
419 .exists_cb = ceph_vxattrcb_quota_exists,
428 .exists_cb = ceph_vxattrcb_snap_btime_exists,
435 .exists_cb = NULL,
448 .exists_cb = ceph_vxattrcb_layout_exists,
460 .exists_cb = ceph_vxattrcb_snap_btime_exists,
467 .exists_cb = NULL,
478 .exists_cb = NULL,
485 .exists_cb = NULL,
492 .exists_cb = NULL,
942 if (!(vxattr->exists_cb && !vxattr->exists_cb(ci))) { in __ceph_getxattr()