Searched refs:ceph_test_mount_opt (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ceph/ |
H A D | dir.c | 368 if (ceph_test_mount_opt(fsc, DCACHE) && in ceph_readdir() 369 !ceph_test_mount_opt(fsc, NOASYNCREADDIR) && in ceph_readdir() 836 ceph_test_mount_opt(fsc, DCACHE) && in ceph_lookup() 1345 bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS); in ceph_unlink() 2146 if (!ceph_test_mount_opt(ceph_sb_to_fs_client(inode->i_sb), DIRSTAT)) in ceph_read_dir()
|
H A D | super.h | 58 #define ceph_test_mount_opt(fsc, opt) \ macro 569 if (unlikely(ceph_test_mount_opt(ceph_sb_to_fs_client(sb), INO32))) in ceph_present_ino()
|
H A D | super.c | 88 if (ceph_test_mount_opt(fsc, NOQUOTADF) || in ceph_statfs() 1266 if (fsc->blocklisted && !ceph_test_mount_opt(fsc, CLEANRECOVER)) { in ceph_compare_super()
|
H A D | file.c | 790 bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS); in ceph_atomic_open() 1060 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in __ceph_sync_read() 1502 bool sparse = ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_direct_read_write() 2989 if (ceph_test_mount_opt(src_fsc, NOCOPYFROM)) in __ceph_copy_file_range()
|
H A D | mds_client.c | 3491 if (ceph_test_mount_opt(mdsc->fsc, CLEANRECOVER)) in __do_request() 5337 if (!ceph_test_mount_opt(fsc, CLEANRECOVER)) in maybe_recover_session()
|
H A D | inode.c | 3098 if (ceph_test_mount_opt(ceph_sb_to_fs_client(sb), RBYTES)) { in ceph_getattr()
|