Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dnfs_mount.h74 #define NFS_MOUNT_LOCAL_FLOCK 0x100000 macro
/linux-2.6.39/fs/nfs/
Dsuper.c707 local_flock = nfss->flags & NFS_MOUNT_LOCAL_FLOCK; in nfs_show_mount_options()
1109 mnt->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1114 mnt->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1433 mnt->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1437 mnt->flags |= NFS_MOUNT_LOCAL_FLOCK; in nfs_parse_mount_options()
1443 mnt->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_parse_mount_options()
1795 args->flags &= ~(NFS_MOUNT_LOCAL_FLOCK| in nfs_validate_mount_data()
1798 args->flags |= (NFS_MOUNT_LOCAL_FLOCK| in nfs_validate_mount_data()
2436 NFS_MOUNT_LOCAL_FLOCK|NFS_MOUNT_LOCAL_FCNTL); in nfs4_validate_mount_flags()
Dclient.c674 if (!(server->flags & NFS_MOUNT_LOCAL_FLOCK) || in nfs_destroy_server()
697 if ((server->flags & NFS_MOUNT_LOCAL_FLOCK) && in nfs_start_lockd()
Dfile.c866 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FLOCK) in nfs_flock()