Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dnfs_mount.h60 #define NFS_MOUNT_NONLM 0x0200 /* 3 */ macro
/linux-4.19.296/fs/nfs/
Dsuper.c635 { NFS_MOUNT_NONLM, ",nolock", "" }, in nfs_show_mount_options()
1275 mnt->flags &= ~NFS_MOUNT_NONLM; in nfs_parse_mount_options()
1280 mnt->flags |= NFS_MOUNT_NONLM; in nfs_parse_mount_options()
2073 if (!(data->flags & NFS_MOUNT_NONLM)) in nfs23_validate_mount_data()
2218 | NFS_MOUNT_NONLM \
2767 args->flags &= ~(NFS_MOUNT_NONLM|NFS_MOUNT_NOACL|NFS_MOUNT_VER3| in nfs4_validate_mount_flags()