Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dnfs_mount.h56 #define NFS_MOUNT_LOCAL_FLOCK 0x100000 macro
/kernel/linux/linux-5.10/fs/nfs/
Dfs_context.c502 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
505 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
755 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_parse_param()
759 ctx->flags |= NFS_MOUNT_LOCAL_FLOCK; in nfs_fs_context_parse_param()
765 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_parse_param()
988 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK| in nfs23_parse_monolithic()
991 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK| in nfs23_parse_monolithic()
1286 NFS_MOUNT_VER3 | NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_validate()
Dfile.c839 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FLOCK) in nfs_flock()
Dclient.c579 if ((server->flags & NFS_MOUNT_LOCAL_FLOCK) && in nfs_start_lockd()
Dsuper.c503 local_flock = nfss->flags & NFS_MOUNT_LOCAL_FLOCK; in nfs_show_mount_options()
/kernel/linux/linux-5.10/include/linux/
Dnfs_fs_sb.h152 #define NFS_MOUNT_LOCAL_FLOCK 0x100000 macro