Home
last modified time | relevance | path

Searched refs:nfs_is_mobile (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h1090 extern int nfs_is_mobile, nfs_readlink_nocache, nfs_root_steals_ctx;
H A Dnfs_socket.c6101 int32_t nfs_is_mobile; variable
6115 if (!softsquish && (nfs_squishy_flags & NFS_SQUISH_MOBILE_ONLY) && nfs_is_mobile == 0) { in nfs_can_squish()
6165 vfs_statfs(mp)->f_mntfromname, nmp->nm_curdeadtimeout, nfs_is_mobile); in nfs_is_squishy()
6249 int cache_ok = (nfs_is_mobile || NMFLAG(nmp, SOFT) || in nfs_use_cache()
H A Dnfs_syscalls.c178 …(_vfs_generic_nfs_client, OID_AUTO, is_mobile, CTLFLAG_RW | CTLFLAG_LOCKED, &nfs_is_mobile, 0, "");