Home
last modified time | relevance | path

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

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