Home
last modified time | relevance | path

Searched +full:phase +full:- +full:aligns (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_mount.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
87 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_mount()
91 super_set_uuid(mp->m_super, uuid->b, sizeof(*uuid)); in xfs_uuid_mount()
97 xfs_warn(mp, "Filesystem has null UUID - can't mount"); in xfs_uuid_mount()
98 return -EINVAL; in xfs_uuid_mount()
103 xfs_warn(mp, "Filesystem has duplicate UUID %pU - can't mount", in xfs_uuid_mount()
106 return -EINVAL; in xfs_uuid_mount()
109 ret = xa_alloc(&xfs_uuid_table, &mp->m_uuid_table_index, uuid, in xfs_uuid_mount()
119 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_unmount()
[all …]
/linux/tools/lib/bpf/
H A Dlibbpf.c1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org>
71 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
301 if (err != -EPERM || geteuid() != 0) in pr_perm_msg()
318 pr_warn("permission error while running as root; try raising 'ulimit - in pr_perm_msg()
[all...]
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2009-2018 Solarflare Communications Inc.
5 * Copyright 2019-2020 Xilinx Inc.
13 /* Power-on reset state */
35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */
38 /* The rest of these are firmware-defined */
46 /* Values to be written to the per-port status dword in shared
71 * | | \--- Response
72 * | \------- Error
73 * \------------------------------ Resync (always set)
[all …]