Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dfs_context.c604 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
607 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
886 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
892 ctx->flags |= NFS_MOUNT_LOCAL_FCNTL; in nfs_fs_context_parse_param()
896 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
1141 NFS_MOUNT_LOCAL_FCNTL); in nfs23_parse_monolithic()
1144 NFS_MOUNT_LOCAL_FCNTL); in nfs23_parse_monolithic()
1441 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_validate()
H A Dfile.c845 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FCNTL) in nfs_lock()
H A Dsuper.c530 local_fcntl = nfss->flags & NFS_MOUNT_LOCAL_FCNTL; in nfs_show_mount_options()
H A Dclient.c586 (server->flags & NFS_MOUNT_LOCAL_FCNTL)) in nfs_start_lockd()
/openbmc/linux/include/linux/
H A Dnfs_fs_sb.h152 #define NFS_MOUNT_LOCAL_FCNTL 0x200000 macro