Home
last modified time | relevance | path

Searched refs:CEPH_MOUNT_OPT_NOPOOLPERM (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ceph/
Dsuper.c534 fsopt->flags &= ~CEPH_MOUNT_OPT_NOPOOLPERM; in ceph_parse_mount_param()
536 fsopt->flags |= CEPH_MOUNT_OPT_NOPOOLPERM; in ceph_parse_mount_param()
686 if (fsopt->flags & CEPH_MOUNT_OPT_NOPOOLPERM) in ceph_show_options()
Dsuper.h39 #define CEPH_MOUNT_OPT_NOPOOLPERM (1<<11) /* no pool permission check */ macro