exists_cb          38 fs/ceph/xattr.c 	bool (*exists_cb)(struct ceph_inode_info *ci);
exists_cb         314 fs/ceph/xattr.c 		.exists_cb = NULL,					\
exists_cb         324 fs/ceph/xattr.c 		.exists_cb = ceph_vxattrcb_layout_exists,	\
exists_cb         332 fs/ceph/xattr.c 		.exists_cb = ceph_vxattrcb_quota_exists,		\
exists_cb         341 fs/ceph/xattr.c 		.exists_cb = ceph_vxattrcb_layout_exists,
exists_cb         361 fs/ceph/xattr.c 		.exists_cb = ceph_vxattrcb_dir_pin_exists,
exists_cb         368 fs/ceph/xattr.c 		.exists_cb = ceph_vxattrcb_quota_exists,
exists_cb         377 fs/ceph/xattr.c 		.exists_cb = ceph_vxattrcb_snap_btime_exists,
exists_cb         390 fs/ceph/xattr.c 		.exists_cb = ceph_vxattrcb_layout_exists,
exists_cb         402 fs/ceph/xattr.c 		.exists_cb = ceph_vxattrcb_snap_btime_exists,
exists_cb         843 fs/ceph/xattr.c 		if (!(vxattr->exists_cb && !vxattr->exists_cb(ci))) {