Searched refs:ceph_test_mount_opt (Results 1 – 7 of 7) sorted by relevance
/fs/ceph/ |
D | dir.c | 340 if (ceph_test_mount_opt(fsc, DCACHE) && in ceph_readdir() 341 !ceph_test_mount_opt(fsc, NOASYNCREADDIR) && in ceph_readdir() 760 ceph_test_mount_opt(fsc, DCACHE) && in ceph_lookup() 1742 if (!ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), DIRSTAT)) in ceph_read_dir()
|
D | super.h | 53 #define ceph_test_mount_opt(fsc, opt) \ macro 470 if (ceph_test_mount_opt(ceph_sb_to_client(sb), INO32)) in ceph_translate_ino()
|
D | super.c | 86 if (ceph_test_mount_opt(fsc, NOQUOTADF) || in ceph_statfs()
|
D | addr.c | 2006 if (ceph_test_mount_opt(ceph_inode_to_client(inode), in ceph_pool_perm_check()
|
D | file.c | 1974 if (ceph_test_mount_opt(src_fsc, NOCOPYFROM)) in __ceph_copy_file_range()
|
D | inode.c | 2363 if (ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), in ceph_getattr()
|
D | mds_client.c | 4034 if (!ceph_test_mount_opt(fsc, CLEANRECOVER)) in maybe_recover_session()
|