Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dsuper.c505 fsopt->flags |= CEPH_MOUNT_OPT_DIRSTAT; in ceph_parse_mount_param()
507 fsopt->flags &= ~CEPH_MOUNT_OPT_DIRSTAT; in ceph_parse_mount_param()
714 if (fsopt->flags & CEPH_MOUNT_OPT_DIRSTAT) in ceph_show_options()
H A Dsuper.h35 #define CEPH_MOUNT_OPT_DIRSTAT (1<<4) /* `cat dirname` for stats */ macro