Home
last modified time | relevance | path

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

/linux/fs/nfs/
A Dfs_context.c540 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
543 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
799 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_parse_param()
803 ctx->flags |= NFS_MOUNT_LOCAL_FLOCK; in nfs_fs_context_parse_param()
809 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_parse_param()
1053 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK| in nfs23_parse_monolithic()
1056 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK| in nfs23_parse_monolithic()
1354 NFS_MOUNT_VER3 | NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_validate()
A Dfile.c846 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FLOCK) in nfs_flock()
A Dsuper.c513 local_flock = nfss->flags & NFS_MOUNT_LOCAL_FLOCK; in nfs_show_mount_options()
A Dclient.c579 if ((server->flags & NFS_MOUNT_LOCAL_FLOCK) && in nfs_start_lockd()
/linux/include/linux/
A Dnfs_fs_sb.h153 #define NFS_MOUNT_LOCAL_FLOCK 0x100000 macro

Completed in 15 milliseconds