Searched refs:NFS_MOUNT_LOCAL_FCNTL (Results 1 – 5 of 5) sorted by relevance
669 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()673 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()1000 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()1006 ctx->flags |= NFS_MOUNT_LOCAL_FCNTL; in nfs_fs_context_parse_param()1010 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()1255 NFS_MOUNT_LOCAL_FCNTL); in nfs23_parse_monolithic()1258 NFS_MOUNT_LOCAL_FCNTL); in nfs23_parse_monolithic()1554 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_validate()
540 local_fcntl = nfss->flags & NFS_MOUNT_LOCAL_FCNTL; in nfs_show_mount_options()908 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_try_mount_request()911 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_try_mount_request()
908 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FCNTL) in nfs_lock()
608 (server->flags & NFS_MOUNT_LOCAL_FCNTL)) in nfs_start_lockd()
162 #define NFS_MOUNT_LOCAL_FCNTL 0x200000 macro