Home
last modified time | relevance | path

Searched +full:de +full:- +full:be (Results 1 – 25 of 1153) sorted by relevance

12345678910>>...47

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dcachefiles.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
30 * Define enum -> string mappings for display.
63 * will be printed in the output.
79 /* Note that obj may be NULL */
88 __entry->obj = obj;
89 __entry->cookie = cookie;
90 __entry->usage = usage;
91 __entry->why = why;
95 __entry->cookie, __entry->obj, __entry->usage,
96 __print_symbolic(__entry->why, cachefiles_obj_ref_traces))
[all …]
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dnamei.c22 #define INC_DIR_INODE_NLINK(i) if (i->i_nlink != 1) { inc_nlink(i); if (i->i_nlink >= REISERFS_LINK…
23 #define DEC_DIR_INODE_NLINK(i) if (i->i_nlink != 1) drop_nlink(i);
29 static int bin_search_in_dir_item(struct reiserfs_dir_entry *de, loff_t off) in bin_search_in_dir_item() argument
31 struct item_head *ih = de->de_ih; in bin_search_in_dir_item()
32 struct reiserfs_de_head *deh = de->de_deh; in bin_search_in_dir_item()
36 rbound = ih_entry_count(ih) - 1; in bin_search_in_dir_item()
41 rbound = j - 1; in bin_search_in_dir_item()
49 de->de_entry_num = j; in bin_search_in_dir_item()
53 de->de_entry_num = lbound; in bin_search_in_dir_item()
58 * comment? maybe something like set de to point to what the path points to?
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan.sh2 # SPDX-License-Identifier: GPL-2.0
74 log_test "vxlan device - valid configuration"
91 log_test "vxlan device with a vlan-aware bridge"
349 log_test "multiple vxlan devices - valid configuration"
487 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 self master static \
491 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
494 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
497 log_test "vxlan entry offload indication - initial state"
503 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 master
505 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
[all …]
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dreaddir.c15 * This library is distributed in the hope that it will be useful,
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
38 * To be safe - for UCS to UTF-8 with strings loaded with the rare long
39 * characters alloc more to account for such multibyte target UTF-8
50 cf = file->private_data; in dump_cifs_file_struct()
55 if (cf->invalidHandle) in dump_cifs_file_struct()
57 if (cf->srch_inf.endOfSearch) in dump_cifs_file_struct()
59 if (cf->srch_inf.emptyDir) in dump_cifs_file_struct()
82 struct super_block *sb = parent->d_sb; in cifs_prime_dcache()
86 cifs_dbg(FYI, "%s: for %s\n", __func__, name->name); in cifs_prime_dcache()
[all …]
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Ddir.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* -*- mode: c; c-basic-offset: 8; -*-
7 * Creates, reads, walks and deletes directory-nodes
15 * Laboratoire MASI - Institut Blaise pascal
73 struct ocfs2_super *osb = OCFS2_SB(dir->i_sb); in ocfs2_supports_dir_trailer()
75 if (OCFS2_I(dir)->ip_dyn_features & OCFS2_INLINE_DATA_FL) in ocfs2_supports_dir_trailer()
86 * is turned off. Only directory-initialization type functions should
91 struct ocfs2_super *osb = OCFS2_SB(dir->i_sb); in ocfs2_new_dir_wants_trailer()
99 return sb->s_blocksize - sizeof(struct ocfs2_dir_block_trailer); in ocfs2_dir_trailer_blk_off()
102 #define ocfs2_trailer_from_bh(_bh, _sb) ((struct ocfs2_dir_block_trailer *) ((_bh)->b_data + ocfs2_…
[all …]
/OK3568_Linux_fs/kernel/fs/freevxfs/
H A Dvxfs_lookup.c2 * Copyright (c) 2000-2001 Christoph Hellwig.
12 * 2. The name of the author may not be used to endorse or promote products
15 * Alternatively, this software may be distributed under the terms of the
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
32 * Veritas filesystem driver - lookup and other directory related code.
49 #define VXFS_BLOCK_PER_PAGE(sbp) ((PAGE_SIZE / (sbp)->s_blocksize))
67 * vxfs_find_entry - find a mathing directory entry for a dentry
74 * cache entry @dp. @ppp will be filled with the page the return
83 u_long bsize = ip->i_sb->s_blocksize; in vxfs_find_entry()
84 const char *name = dp->d_name.name; in vxfs_find_entry()
[all …]
/OK3568_Linux_fs/kernel/Documentation/i2c/busses/
H A Di2c-nforce2.rst2 Kernel driver i2c-nforce2
6 * nForce2 MCP 10de:0064
7 * nForce2 Ultra 400 MCP 10de:0084
8 * nForce3 Pro150 MCP 10de:00D4
9 * nForce3 250Gb MCP 10de:00E4
10 * nForce4 MCP 10de:0052
11 * nForce4 MCP-04 10de:0034
12 * nForce MCP51 10de:0264
13 * nForce MCP55 10de:0368
14 * nForce MCP61 10de:03EB
[all …]
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Ddnode.c1 // SPDX-License-Identifier: GPL-2.0
5 * Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
7 * handling directory dnode tree - adding, deleteing & searching for dirents
14 struct hpfs_dirent *de; in get_pos() local
17 for (de = dnode_first_de(d); de < de_end; de = de_next_de(de)) { in get_pos()
18 if (de == fde) return ((loff_t) le32_to_cpu(d->self) << 4) | (loff_t)i; in get_pos()
22 return ((loff_t)le32_to_cpu(d->self) << 4) | (loff_t)1; in get_pos()
31 if (hpfs_inode->i_rddir_off) in hpfs_add_pos()
32 for (; hpfs_inode->i_rddir_off[i]; i++) in hpfs_add_pos()
33 if (hpfs_inode->i_rddir_off[i] == pos) in hpfs_add_pos()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dbridge_vlan_aware.sh2 # SPDX-License-Identifier: GPL-2.0
114 local mac=de:ad:be:ef:13:37
120 bridge fdb add de:ad:be:ef:13:37 dev $swp1 master extern_learn vlan 1
122 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
130 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
133 $MZ $h2 -c 1 -p 64 -a $mac -t ip -q
135 bridge fdb show brport $swp2 | grep -q de:ad:be:ef:13:37
138 log_test "Externally learned FDB entry - ageing & roaming"
140 bridge fdb del de:ad:be:ef:13:37 dev $swp2 master vlan 1 &> /dev/null
141 bridge fdb del de:ad:be:ef:13:37 dev $swp1 master vlan 1 &> /dev/null
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dnamei.c1 // SPDX-License-Identifier: GPL-2.0
7 * Laboratoire MASI - Institut Blaise Pascal
16 * Big-endian to little-endian byte-swapping/bitmaps by
19 * for B-tree directories by Theodore Ts'o (tytso@mit.edu), 1998
61 if (unlikely(EXT4_SB(inode->i_sb)->s_max_dir_size_kb && in ext4_append()
62 ((inode->i_size >> 10) >= in ext4_append()
63 EXT4_SB(inode->i_sb)->s_max_dir_size_kb))) in ext4_append()
64 return ERR_PTR(-ENOSPC); in ext4_append()
66 *block = inode->i_size >> inode->i_sb->s_blocksize_bits; in ext4_append()
80 return ERR_PTR(-EFSCORRUPTED); in ext4_append()
[all …]
H A Ddir.c1 // SPDX-License-Identifier: GPL-2.0
7 * Laboratoire MASI - Institut Blaise Pascal
18 * Big-endian to little-endian byte-swapping/bitmaps by
38 * is_dx_dir() - check if a directory is using htree indexing
41 * Check if the given dir-inode refers to an htree-indexed directory
49 struct super_block *sb = inode->i_sb; in is_dx_dir()
51 if (ext4_has_feature_dir_index(inode->i_sb) && in is_dx_dir()
53 ((inode->i_size >> sb->s_blocksize_bits) == 1) || in is_dx_dir()
67 if (ext4_has_metadata_csum(dir->i_sb) && offset % blocksize == in is_fake_entry()
68 blocksize - sizeof(struct ext4_dir_entry_tail)) in is_fake_entry()
[all …]
H A Dinline.c1 // SPDX-License-Identifier: LGPL-2.1
24 if (EXT4_I(inode)->i_inline_off) in ext4_get_inline_size()
25 return EXT4_I(inode)->i_inline_size; in ext4_get_inline_size()
41 min_offs = EXT4_SB(inode->i_sb)->s_inode_size - in get_max_inline_xattr_value_size()
42 EXT4_GOOD_OLD_INODE_SIZE - in get_max_inline_xattr_value_size()
43 EXT4_I(inode)->i_extra_isize - in get_max_inline_xattr_value_size()
47 * We need to subtract another sizeof(__u32) since an in-inode xattr in get_max_inline_xattr_value_size()
52 return EXT4_XATTR_SIZE(min_offs - in get_max_inline_xattr_value_size()
53 EXT4_XATTR_LEN(strlen(EXT4_XATTR_SYSTEM_DATA)) - in get_max_inline_xattr_value_size()
54 EXT4_XATTR_ROUND - sizeof(__u32)); in get_max_inline_xattr_value_size()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-openbox-xdg-autostart-convert-to-python3.patch4 Subject: [PATCH] openbox-xdg-autostart: convert to python3
6 Upstream-Status: Pending
8 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
9 ---
10 data/autostart/openbox-xdg-autostart | 72 ++++++++++++++--------------
11 1 file changed, 36 insertions(+), 36 deletions(-)
13 diff --git a/data/autostart/openbox-xdg-autostart b/data/autostart/openbox-xdg-autostart
15 --- a/data/autostart/openbox-xdg-autostart
16 +++ b/data/autostart/openbox-xdg-autostart
17 @@ -1,4 +1,4 @@
[all …]
/OK3568_Linux_fs/kernel/fs/coda/
H A Ddir.c1 // SPDX-License-Identifier: GPL-2.0
35 return -EIO; in coda_return_EIO()
43 struct super_block *sb = dir->i_sb; in coda_lookup()
44 const char *name = entry->d_name.name; in coda_lookup()
45 size_t length = entry->d_name.len; in coda_lookup()
52 return ERR_PTR(-ENAMETOOLONG); in coda_lookup()
69 if (inode == ERR_PTR(-ENOENT)) in coda_lookup()
81 return -ECHILD; in coda_permission()
89 return -EACCES; in coda_permission()
94 error = venus_access(inode->i_sb, coda_i2f(inode), mask); in coda_permission()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-rx.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _fm-rx-controls:
13 .. _fm-rx-control-id:
27 Gets RDS Programme Type field. This encodes up to 31 pre-defined
39 must be configured with steps of 8 characters. The result is it must
44 being broadcasted. RDS Radio Text can be applied when broadcaster
45 wishes to transmit longer PS names, programme-related information or
46 any other text. In these cases, RadioText can be used in addition to
52 x N or 64 x N characters. So, this control must be configured with
65 then it will be set.
[all …]
/OK3568_Linux_fs/external/xserver/debian/po/
H A Dnl.po1 # debconf templates for xorg-x11 package
7 # Branden Robinson, 2000-2004
11 # This file is distributed under the same license as the xorg-x11 package.
17 # info -n '(gettext)PO Files'
18 # info -n '(gettext)Header Entry'
20 # Some information specific to po-debconf are available at
21 # /usr/share/doc/po-debconf/README-trans
22 # or http://www.debian.org/intl/l10n/po-debconf/README-trans
28 "Project-Id-Version: xorg\n"
29 "Report-Msgid-Bugs-To: xorg@packages.debian.org\n"
[all …]
H A Dast.po8 "Project-Id-Version: xorg_po\n"
9 "Report-Msgid-Bugs-To: xorg@packages.debian.org\n"
10 "POT-Creation-Date: 2009-06-02 20:32+0200\n"
11 "PO-Revision-Date: 2009-01-12 08:33+0100\n"
12 "Last-Translator: Marcos Alvarez Costales <marcos.alvarez.costales@gmail."
14 "Language-Team: Asturian <softast-xeneral@lists.sourceforge.net>\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=utf-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
[all …]
H A Dpt_BR.po1 # debconf templates for xorg-x11 package
4 # $Id: pt_BR.po 1042 2006-01-09 07:55:08Z ender $
7 # Branden Robinson, 2000-2004
9 # Henrique de Moraes Holschuh, 2001
10 # André Luís Lopes <andrelop@debian.org>, 2001-2005
11 # Felipe Augusto van de Wiel (faw) <faw@debian.org>, 2007-2008.
13 # This file is distributed under the same license as the xorg-x11 package.
19 # info -n '(gettext)PO Files'
20 # info -n '(gettext)Header Entry'
22 # Some information specific to po-debconf are available at
[all …]
/OK3568_Linux_fs/kernel/fs/isofs/
H A Ddir.c1 // SPDX-License-Identifier: GPL-2.0
7 * (C) 1991 Linus Torvalds - minix filesystem
17 int isofs_name_translate(struct iso_directory_record *de, char *new, struct inode *inode) in isofs_name_translate() argument
19 char * old = de->name; in isofs_name_translate()
20 int len = de->name_len[0]; in isofs_name_translate()
32 if (c == '.' && i == len - 3 && old[i + 1] == ';' && old[i + 2] == '1') in isofs_name_translate()
36 if (c == ';' && i == len - 2 && old[i + 1] == '1') in isofs_name_translate()
40 /* Also '/' to '.' (broken Acorn-generated ISO9660 images) */ in isofs_name_translate()
50 int get_acorn_filename(struct iso_directory_record *de, in get_acorn_filename() argument
55 int retnamlen = isofs_name_translate(de, retname, inode); in get_acorn_filename()
[all …]
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/
H A D0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch4 Subject: [PATCH] Vendor just enough extra headers to allow libbpf to be
5 de-vendored
7 Currently it is not possible to build the bcc recipe when we de-vendor
11 doesn't work the de-vendored libbpf because also ends up de-vendoring
17 this for now simply so I can easily show why we must de-vendor libbpf in
20 Upstream-status: Inappropriate [other]
22 Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
23 ---
27 diff --git a/src/cc/bcc_btf.cc b/src/cc/bcc_btf.cc
29 --- a/src/cc/bcc_btf.cc
[all …]
/OK3568_Linux_fs/kernel/tools/power/cpupower/po/
H A Dfr.po9 "Project-Id-Version: cpufrequtils 0.1-pre2\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-03-08 17:03+0100\n"
12 "PO-Revision-Date: 2004-11-17 15:53+1000\n"
13 "Last-Translator: Bruno Ducrot <ducrot@poupinou.org>\n"
14 "Language-Team: NONE\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=ISO-8859-1\n"
18 "Content-Transfer-Encoding: 8bit\n"
72 #: utils/idle_monitor/cpupower-monitor.c:66
[all …]
/OK3568_Linux_fs/u-boot/
H A DMAINTAINERS6 W: Web-page with status/info
19 should be using that.
27 N: [^a-z]tegra all files whose path contains the word tegra
36 Can be useful for excluding a specific subdirectory, for instance:
50 order. If you could add yourselves to it in alphabetical order that would be
55 -----------------------------------
59 T: git git://git.denx.de/u-boot-arc.git
65 T: git git://git.denx.de/u-boot-arm.git
69 M: Marek Vasut <marex@denx.de>
71 T: git git://git.denx.de/u-boot-socfpga.git
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-class-net-mesh1 This ABI is deprecated and will be removed after 2021. It is
9 mesh <mesh_iface> shall be aggregated or not.
16 wireless client to another wireless client will be
22 Contact: Simon Wunderlich <sw@simonwunderlich.de>
25 mesh will be sent using multiple interfaces at the
30 Contact: Simon Wunderlich <sw@simonwunderlich.de>
39 Contact: Andreas Langer <an.langer@gmx.de>
42 mesh will be fragmented or silently discarded if the
56 Defines the state of the gateway features. Can be
68 Contact: Linus Lüssing <linus.luessing@web.de>
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/
H A Dccu-sun9i-a80-de.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2016 Chen-Yu Tsai. All rights reserved.
7 #include <linux/clk-provider.h>
17 #include "ccu-sun9i-a80-de.h"
19 static SUNXI_CCU_GATE(fe0_clk, "fe0", "fe0-div",
21 static SUNXI_CCU_GATE(fe1_clk, "fe1", "fe1-div",
23 static SUNXI_CCU_GATE(fe2_clk, "fe2", "fe2-div",
25 static SUNXI_CCU_GATE(iep_deu0_clk, "iep-deu0", "de",
27 static SUNXI_CCU_GATE(iep_deu1_clk, "iep-deu1", "de",
29 static SUNXI_CCU_GATE(be0_clk, "be0", "be0-div",
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst2 Reducing OS jitter due to per-cpu kthreads
5 This document lists per-CPU kthreads in the Linux kernel and presents
6 options to control their OS jitter. Note that non-per-CPU kthreads are
7 not listed here. To reduce OS jitter from non-per-CPU kthreads, bind
13 - Documentation/core-api/irq/irq-affinity.rst: Binding interrupts to sets of CPUs.
15 - Documentation/admin-guide/cgroup-v1: Using cgroups to bind tasks to sets of CPUs.
17 - man taskset: Using the taskset command to bind tasks to sets
20 - man sched_setaffinity: Using the sched_setaffinity() system
23 - /sys/devices/system/cpu/cpuN/online: Control CPU N's hotplug state,
26 - In order to locate kernel-generated OS jitter on CPU N:
[all …]

12345678910>>...47