Lines Matching refs:exists_cb
38 bool (*exists_cb)(struct ceph_inode_info *ci); member
382 .exists_cb = NULL, \
392 .exists_cb = NULL, \
400 .exists_cb = ceph_vxattrcb_layout_exists, \
408 .exists_cb = ceph_vxattrcb_quota_exists, \
417 .exists_cb = ceph_vxattrcb_layout_exists,
438 .exists_cb = ceph_vxattrcb_dir_pin_exists,
445 .exists_cb = ceph_vxattrcb_quota_exists,
454 .exists_cb = ceph_vxattrcb_snap_btime_exists,
461 .exists_cb = NULL,
474 .exists_cb = ceph_vxattrcb_layout_exists,
486 .exists_cb = ceph_vxattrcb_snap_btime_exists,
493 .exists_cb = NULL,
504 .exists_cb = NULL,
511 .exists_cb = NULL,
518 .exists_cb = NULL,
526 .exists_cb = ceph_vxattrcb_fscrypt_auth_exists,
986 if (!(vxattr->exists_cb && !vxattr->exists_cb(ci))) { in __ceph_getxattr()