Home
last modified time | relevance | path

Searched refs:NFS_MOUNT_LOCAL_FLOCK (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dnfs_mount.h75 #define NFS_MOUNT_LOCAL_FLOCK 0x100000 macro
/linux-4.19.296/fs/nfs/
Dsuper.c700 local_flock = nfss->flags & NFS_MOUNT_LOCAL_FLOCK; in nfs_show_mount_options()
1276 mnt->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1281 mnt->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1590 mnt->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1594 mnt->flags |= NFS_MOUNT_LOCAL_FLOCK; in nfs_parse_mount_options()
1600 mnt->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
2074 args->flags &= ~(NFS_MOUNT_LOCAL_FLOCK| in nfs23_validate_mount_data()
2077 args->flags |= (NFS_MOUNT_LOCAL_FLOCK| in nfs23_validate_mount_data()
2768 NFS_MOUNT_LOCAL_FLOCK|NFS_MOUNT_LOCAL_FCNTL); in nfs4_validate_mount_flags()
Dfile.c829 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FLOCK) in nfs_flock()
Dclient.c570 if ((server->flags & NFS_MOUNT_LOCAL_FLOCK) && in nfs_start_lockd()