Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnfs_mount.h59 #define NFS_MOUNT_NONLM 0x0200 /* 3 */ macro
/linux-4.4.14/fs/nfs/
Dsuper.c640 { NFS_MOUNT_NONLM, ",nolock", "" }, in nfs_show_mount_options()
1265 mnt->flags &= ~NFS_MOUNT_NONLM; in nfs_parse_mount_options()
1270 mnt->flags |= NFS_MOUNT_NONLM; in nfs_parse_mount_options()
2035 if (!(data->flags & NFS_MOUNT_NONLM)) in nfs23_validate_mount_data()
2180 | NFS_MOUNT_NONLM \
2709 args->flags &= ~(NFS_MOUNT_NONLM|NFS_MOUNT_NOACL|NFS_MOUNT_VER3| in nfs4_validate_mount_flags()