Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnfs_fs_sb.h149 #define NFS_MOUNT_LOCAL_FLOCK 0x100000 macro
/Linux-v5.4/fs/nfs/
Dsuper.c710 local_flock = nfss->flags & NFS_MOUNT_LOCAL_FLOCK; in nfs_show_mount_options()
1292 mnt->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1297 mnt->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1611 mnt->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1615 mnt->flags |= NFS_MOUNT_LOCAL_FLOCK; in nfs_parse_mount_options()
1621 mnt->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
2094 args->flags &= ~(NFS_MOUNT_LOCAL_FLOCK| in nfs23_validate_mount_data()
2097 args->flags |= (NFS_MOUNT_LOCAL_FLOCK| in nfs23_validate_mount_data()
2833 NFS_MOUNT_LOCAL_FLOCK|NFS_MOUNT_LOCAL_FCNTL); in nfs4_validate_mount_flags()
Dfile.c825 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FLOCK) in nfs_flock()
Dclient.c565 if ((server->flags & NFS_MOUNT_LOCAL_FLOCK) && in nfs_start_lockd()