Lines Matching refs:exists_cb
38 bool (*exists_cb)(struct ceph_inode_info *ci); member
364 .exists_cb = NULL, \
374 .exists_cb = NULL, \
382 .exists_cb = ceph_vxattrcb_layout_exists, \
390 .exists_cb = ceph_vxattrcb_quota_exists, \
399 .exists_cb = ceph_vxattrcb_layout_exists,
420 .exists_cb = ceph_vxattrcb_dir_pin_exists,
427 .exists_cb = ceph_vxattrcb_quota_exists,
436 .exists_cb = ceph_vxattrcb_snap_btime_exists,
443 .exists_cb = NULL,
456 .exists_cb = ceph_vxattrcb_layout_exists,
468 .exists_cb = ceph_vxattrcb_snap_btime_exists,
475 .exists_cb = NULL,
486 .exists_cb = NULL,
493 .exists_cb = NULL,
500 .exists_cb = NULL,
953 if (!(vxattr->exists_cb && !vxattr->exists_cb(ci))) { in __ceph_getxattr()