ceph_test_mount_opt
if (ceph_test_mount_opt(ceph_inode_to_fs_client(inode),
bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD);
bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS);
if (!ceph_test_mount_opt(ceph_sb_to_fs_client(inode->i_sb), DIRSTAT))
if (ceph_test_mount_opt(fsc, DCACHE) &&
!ceph_test_mount_opt(fsc, NOASYNCREADDIR) &&
ceph_test_mount_opt(fsc, DCACHE) &&
bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD);
bool sparse = ceph_test_mount_opt(fsc, SPARSEREAD);
if (ceph_test_mount_opt(src_fsc, NOCOPYFROM))
bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS);
if (ceph_test_mount_opt(ceph_sb_to_fs_client(sb), RBYTES)) {
if (ceph_test_mount_opt(mdsc->fsc, CLEANRECOVER)) {
if (!ceph_test_mount_opt(fsc, CLEANRECOVER))
if (fsc->blocklisted && !ceph_test_mount_opt(fsc, CLEANRECOVER)) {
if (ceph_test_mount_opt(fsc, NOQUOTADF) ||
if (unlikely(ceph_test_mount_opt(ceph_sb_to_fs_client(sb), INO32)))