Searched refs:CEPH_MOUNT_OPT_NOPOOLPERM (Results 1 – 2 of 2) sorted by relevance
419 fsopt->flags &= ~CEPH_MOUNT_OPT_NOPOOLPERM; in ceph_parse_mount_param()421 fsopt->flags |= CEPH_MOUNT_OPT_NOPOOLPERM; in ceph_parse_mount_param()560 if (fsopt->flags & CEPH_MOUNT_OPT_NOPOOLPERM) in ceph_show_options()
42 #define CEPH_MOUNT_OPT_NOPOOLPERM (1<<11) /* no pool permission check */ macro