Searched refs:ceph_test_mount_opt (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.10/fs/ceph/ | 
| D | dir.c | 348 	if (ceph_test_mount_opt(fsc, DCACHE) &&  in ceph_readdir() 349 	    !ceph_test_mount_opt(fsc, NOASYNCREADDIR) &&  in ceph_readdir() 763 		    ceph_test_mount_opt(fsc, DCACHE) &&  in ceph_lookup() 1124 	bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS);  in ceph_unlink() 1859 	if (!ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), DIRSTAT))  in ceph_read_dir()
  | 
| D | super.h | 56 #define ceph_test_mount_opt(fsc, opt) \  macro 514 	if (unlikely(ceph_test_mount_opt(ceph_sb_to_client(sb), INO32)))  in ceph_present_ino()
  | 
| D | super.c | 90 	if (ceph_test_mount_opt(fsc, NOQUOTADF) ||  in ceph_statfs()
  | 
| D | file.c | 668 	bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS);  in ceph_atomic_open() 2301 	if (ceph_test_mount_opt(src_fsc, NOCOPYFROM))  in __ceph_copy_file_range()
  | 
| D | addr.c | 2069 	if (ceph_test_mount_opt(ceph_inode_to_client(inode),  in ceph_pool_perm_check()
  | 
| D | inode.c | 2401 		if (ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb),  in ceph_getattr()
  | 
| D | mds_client.c | 4368 	if (!ceph_test_mount_opt(fsc, CLEANRECOVER))  in maybe_recover_session()
  |