Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dsuper.c1398 ceph_set_mount_opt(fsc, ASYNC_DIROPS); in ceph_reconfigure_fc()
1403 ceph_set_mount_opt(fsc, SPARSEREAD); in ceph_reconfigure_fc()
H A Dsuper.h54 #define ceph_set_mount_opt(fsc, opt) \ macro