Searched refs:ceph_test_mount_opt (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/fs/ceph/ | 
| D | dir.c | 355 	if (ceph_test_mount_opt(fsc, DCACHE) &&  in ceph_readdir() 356 	    !ceph_test_mount_opt(fsc, NOASYNCREADDIR) &&  in ceph_readdir() 810 		    ceph_test_mount_opt(fsc, DCACHE) &&  in ceph_lookup() 1297 	bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS);  in ceph_unlink() 2067 	if (!ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), DIRSTAT))  in ceph_read_dir()
  | 
| D | super.h | 57 #define ceph_test_mount_opt(fsc, opt) \  macro 561 	if (unlikely(ceph_test_mount_opt(ceph_sb_to_client(sb), INO32)))  in ceph_present_ino()
  | 
| D | super.c | 87 	if (ceph_test_mount_opt(fsc, NOQUOTADF) ||  in ceph_statfs() 1247 	if (fsc->blocklisted && !ceph_test_mount_opt(fsc, CLEANRECOVER)) {  in ceph_compare_super()
  | 
| D | file.c | 739 	bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS);  in ceph_atomic_open() 971 	bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD);  in __ceph_sync_read() 1403 	bool sparse = ceph_test_mount_opt(fsc, SPARSEREAD);  in ceph_direct_read_write() 2876 	if (ceph_test_mount_opt(src_fsc, NOCOPYFROM))  in __ceph_copy_file_range()
  | 
| D | addr.c | 357 	bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD);  in ceph_netfs_issue_read() 2171 	if (ceph_test_mount_opt(ceph_inode_to_client(inode),  in ceph_pool_perm_check()
  | 
| D | mds_client.c | 3334 			if (ceph_test_mount_opt(mdsc->fsc, CLEANRECOVER))  in __do_request() 5047 	if (!ceph_test_mount_opt(fsc, CLEANRECOVER))  in maybe_recover_session()
  | 
| D | inode.c | 3004 		if (ceph_test_mount_opt(ceph_sb_to_client(sb), RBYTES)) {  in ceph_getattr()
  |