Home
last modified time | relevance | path

Searched refs:NFSMNT_NOLOCKS (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h389 #define NFSMNT_NOLOCKS 0x00040000 /* don't support file locking */ macro
H A Dnfs_vfsops.c1251 if ((args.flags & NFSMNT_NOLOCKS) || in nfs_convert_old_nfs_args()
1254 if (args.flags & NFSMNT_NOLOCKS) { in nfs_convert_old_nfs_args()