Lines Matching refs:exists_cb
38 bool (*exists_cb)(struct ceph_inode_info *ci); member
381 .exists_cb = NULL, \
391 .exists_cb = NULL, \
399 .exists_cb = ceph_vxattrcb_layout_exists, \
407 .exists_cb = ceph_vxattrcb_quota_exists, \
416 .exists_cb = ceph_vxattrcb_layout_exists,
437 .exists_cb = ceph_vxattrcb_dir_pin_exists,
444 .exists_cb = ceph_vxattrcb_quota_exists,
453 .exists_cb = ceph_vxattrcb_snap_btime_exists,
460 .exists_cb = NULL,
473 .exists_cb = ceph_vxattrcb_layout_exists,
485 .exists_cb = ceph_vxattrcb_snap_btime_exists,
492 .exists_cb = NULL,
503 .exists_cb = NULL,
510 .exists_cb = NULL,
517 .exists_cb = NULL,
525 .exists_cb = ceph_vxattrcb_fscrypt_auth_exists,
994 if (!(vxattr->exists_cb && !vxattr->exists_cb(ci))) { in __ceph_getxattr()