Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dfs_context.c613 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
617 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
896 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_parse_param()
900 ctx->flags |= NFS_MOUNT_LOCAL_FLOCK; in nfs_fs_context_parse_param()
906 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_parse_param()
1151 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK| in nfs23_parse_monolithic()
1154 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK| in nfs23_parse_monolithic()
1451 NFS_MOUNT_VER3 | NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_validate()
H A Dsuper.c543 local_flock = nfss->flags & NFS_MOUNT_LOCAL_FLOCK; in nfs_show_mount_options()
922 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_try_mount_request()
925 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_try_mount_request()
H A Dfile.c888 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FLOCK) in nfs_flock()
/linux/include/linux/
H A Dnfs_fs_sb.h161 #define NFS_MOUNT_LOCAL_FLOCK 0x100000
162 #define NFS_MOUNT_LOCAL_FLOCK global() macro