Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dnfs_mount.h74 #define NFS_MOUNT_LOCAL_FLOCK 0x100000 macro
/linux-3.4.99/fs/nfs/
Dsuper.c734 local_flock = nfss->flags & NFS_MOUNT_LOCAL_FLOCK; in nfs_show_mount_options()
1234 mnt->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1239 mnt->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1535 mnt->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1539 mnt->flags |= NFS_MOUNT_LOCAL_FLOCK; in nfs_parse_mount_options()
1545 mnt->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1906 args->flags &= ~(NFS_MOUNT_LOCAL_FLOCK| in nfs_validate_mount_data()
1909 args->flags |= (NFS_MOUNT_LOCAL_FLOCK| in nfs_validate_mount_data()
2543 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.c720 if ((server->flags & NFS_MOUNT_LOCAL_FLOCK) && in nfs_start_lockd()