Home
last modified time | relevance | path

Searched +full:64 +full:fs (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/linux/Documentation/arch/x86/x86_64/
H A Dfsgs.rst3 Using FS and GS segments in user space applications
21 In 64-bit mode the CS/SS/DS/ES segments are ignored and the base address is
22 always 0 to provide a full 64bit address space. The FS and GS segments are
23 still functional in 64-bit mode.
25 Common FS and GS usage
28 The FS segment is commonly used to address Thread Local Storage (TLS). FS
31 thread and the compiler emits the FS: address prefix for accesses to these
32 variables. Each thread has its own FS base address so common code can be
34 instances. Applications should not use FS for other purposes when they use
35 runtimes or threading libraries which manage the per thread FS.
[all …]
/linux/fs/verity/
H A DKconfig4 bool "FS Verity (read-only file-based authenticity protection)"
5 # Filesystems cache the Merkle tree at a 64K aligned offset in the
6 # pagecache. That approach assumes the page size is at most 64K.
12 This option enables fs-verity. fs-verity is the dm-verity
27 fs-verity is especially useful on large files where not all
28 the contents may actually be needed. Also, fs-verity verifies
35 bool "FS Verity builtin signature support"
40 fs-verity builtin signatures.
43 the only way to do signatures with fs-verity, and the
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h139 * The 64-bit FPU frame. (FXSAVE format and later)
160 __u32 xmm_space[64]; /* 16x XMM registers, 16 bytes each */
182 __u32 ymmh_space[64];
204 __u16 fs, __fsh; member
236 * The 64-bit signal frame:
259 __u16 fs; member
302 __u16 fs, __fsh; member
347 * Prior to 2.5.64 ("[PATCH] x86-64 updates for 2.5.64-bk3"),
348 * Linux saved and restored fs and gs in these slots. This
354 * - Some DOSEMU versions stash fs and gs in these slots manually,
[all …]
/linux/fs/
H A DKconfig35 source "fs/ext2/Kconfig"
36 source "fs/ext4/Kconfig"
37 source "fs/jbd2/Kconfig"
46 source "fs/jfs/Kconfig"
48 source "fs/xfs/Kconfig"
49 source "fs/gfs2/Kconfig"
50 source "fs/ocfs2/Kconfig"
51 source "fs/btrfs/Kconfig"
52 source "fs/nilfs2/Kconfig"
53 source "fs/f2fs/Kconfig"
[all …]
/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst29 In ext2, ext3, and ext4 (when the 64bit feature is not enabled), the
31 bg_checksum. On an ext4 filesystem with the 64bit feature enabled, the
32 block group descriptor expands to at least the 64 bytes described below;
36 checksum is the crc16 of the FS UUID, the group number, and the group
38 checksum is the lower 16 bits of the checksum of the FS UUID, the group
40 checksums are calculated against the FS UUID, the group number, and the
111 - These fields only exist if the 64bit feature is enabled and s_desc_size
156 - Padding to 64 bytes.
163 :widths: 16 64
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst66 #define COVER_SIZE (64<<10)
117 fs/read_write.c:562
119 fs/file.c:774
121 fs/file.c:746
123 fs/file.c:750
125 fs/file.c:760
127 fs/file.c:784
129 fs/read_write.c:562
148 /* 每次记录的 64 位字的数量。 */
291 #define COVER_SIZE (64 << 10)
/linux/samples/bpf/
H A Dtc_l2_redirect.sh31 $IP -n ns1 addr add 2401:db01::65/64 dev vens1 nodad
38 $IP -n ns2 addr add 2401:db02::66/64 dev vens2 nodad
40 $IP -n ns2 addr add 2401:face::66/64 dev lo nodad
53 $IP -n ns2 route add 2401:db01::/64 dev ip6t2
59 $IP addr add 2401:db01::1/64 dev ve1 nodad
61 $IP addr add 2401:db02::1/64 dev ve2 nodad
83 rm -f /sys/fs/bpf/tc/globals/tun_iface
109 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ipt/ifindex)
138 $IP route add 2401:face::/64 via 2401:db02::66 dev ve2
146 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ip6t/ifindex)
/linux/include/uapi/linux/
H A Dqnx4_fs.h27 #define QNX4_Z_MAP_SLOTS 64
28 #define QNX4_VALID_FS 0x0001 /* Clean fs. */
29 #define QNX4_ERROR_FS 0x0002 /* fs has errors. */
32 #define QNX4_DIR_ENTRY_SIZE 0x040 /* dir entry size of 64 bytes */
35 #define QNX4_INODES_PER_BLOCK 0x08 /* 512 / 64 */
H A Dfsverity.h3 * fs-verity user API
5 * These ioctls can be used on filesystems that support fs-verity. See the
38 * Struct containing a file's Merkle tree properties. The fs-verity file digest
40 * needs to compute fs-verity file digests itself, e.g. in order to sign files.
41 * It isn't needed just to enable fs-verity on a file.
58 __u8 root_hash[64]; /* Merkle tree root hash */
67 * Format in which fs-verity file digests are signed in built-in signatures.
74 * is optional. fs-verity users may also verify signatures in userspace, in
H A Dminix_fs.h25 #define MINIX_Z_MAP_SLOTS 64
26 #define MINIX_VALID_FS 0x0001 /* Clean fs. */
27 #define MINIX_ERROR_FS 0x0002 /* fs has errors. */
49 * now 16-bit. The inode is now 64 bytes instead of 32.
/linux/Documentation/devicetree/bindings/sound/
H A Daudio-graph-port.yaml20 mclk-fs:
21 $ref: simple-card.yaml#/definitions/mclk-fs
43 mclk-fs:
44 $ref: simple-card.yaml#/definitions/mclk-fs
101 maximum: 64
109 maximum: 64
/linux/fs/netfs/
H A Dfscache_main.c30 * (32*64) (32*31/2 * 64)
63 * initialise the fs caching module
86 pr_notice("FS-Cache loaded\n"); in fscache_init()
108 pr_notice("FS-Cache unloaded\n"); in fscache_exit()
/linux/include/math-emu/
H A Dop-common.h36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
41 _FP_FRAC_HIGH_RAW_##fs(X) |= _FP_IMPLBIT_##fs; \
43 X##_e -= _FP_EXPBIAS_##fs; \
55 _shift -= _FP_FRACXBITS_##fs; \
57 X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \
68 case _FP_EXPMAX_##fs: \
75 if (!(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \
89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
94 X##_e += _FP_EXPBIAS_##fs; \
98 if (_FP_FRAC_OVERP_##wc(fs, X)) \
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.h48 struct ch_filter_specification fs; member
68 IP6_SRC_95_64, /* src bits 95.. 64 */
73 IP6_DST_95_64, /* dst bits 95.. 64 */
128 struct ch_filter_specification *fs);
142 struct ch_filter_specification *fs, u32 *tid);
144 struct ch_filter_specification *fs, int tid);
/linux/sound/soc/meson/
H A Daiu-encoder-i2s.c149 unsigned int fs, bs; in aiu_encoder_i2s_set_clocks() local
153 fs = DIV_ROUND_CLOSEST(clk_get_rate(aiu->i2s.clks[MCLK].clk), srate); in aiu_encoder_i2s_set_clocks()
155 if (fs % 64) in aiu_encoder_i2s_set_clocks()
167 64 - 1)); in aiu_encoder_i2s_set_clocks()
169 bs = fs / 64; in aiu_encoder_i2s_set_clocks()
/linux/fs/smb/client/
H A Dexport.c15 * and examples in fs/exportfs
24 * could be improved by using a new routine which expects 64 bit inode numbers
25 * instead of the default 32 bit routines in fs/exportfs
29 #include <linux/fs.h>
/linux/tools/testing/selftests/core/
H A Dunshare_test.c34 fd = open("/proc/sys/fs/nr_open", O_RDWR); in TEST()
45 /* bump fs.nr_open */ in TEST()
59 /* get a descriptor past the old fs.nr_open */ in TEST()
60 EXPECT_GE(dup2(2, nr_open + 64), 0) { in TEST()
77 /* restore fs.nr_open */ in TEST()
/linux/Documentation/dev-tools/
H A Dkcov.rst66 #define COVER_SIZE (64<<10)
117 fs/read_write.c:562
119 fs/file.c:774
121 fs/file.c:746
123 fs/file.c:750
125 fs/file.c:760
127 fs/file.c:784
129 fs/read_write.c:562
149 /* Number of 64-bit words per record. */
306 #define COVER_SIZE (64 << 10)
/linux/arch/sparc/include/asm/
H A Dsfp-machine_64.h27 #define _FP_W_TYPE_SIZE 64
59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
61 if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs) \
62 && !(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \
/linux/tools/lib/api/
H A DMakefile46 CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
100 FS_HDRS := fs/fs.h fs/tracing_path.h
114 $(INSTALL_FS_HDRS): $(INSTALL_HDRS_PFX)/fs/%.h: fs/%.h
116 $(call do_install,$<,$(INSTALL_HDRS_PFX)/fs/,644)
/linux/sound/soc/codecs/
H A Dda7219.c64 "7.33/fs", "14.66/fs", "29.32/fs", "58.64/fs", "117.3/fs", "234.6/fs",
65 "469.1/fs", "938.2/fs", "1876/fs", "3753/fs", "7506/fs", "15012/fs",
66 "30024/fs"
74 "28.66/fs", "57.33/fs", "114.6/fs", "229.3/fs", "458.6/fs", "917.1/fs",
75 "1834/fs", "3668/fs", "7337/fs", "14674/fs", "29348/fs"
83 "62/fs", "124/fs", "248/fs", "496/fs", "992/fs", "1984/fs", "3968/fs",
84 "7936/fs", "15872/fs", "31744/fs", "63488/fs", "126976/fs",
85 "253952/fs", "507904/fs", "1015808/fs", "2031616/fs"
105 "0.034dB/fs", "0.068dB/fs", "0.136dB/fs", "0.272dB/fs"
194 "32 Samples", "64 Samples"
[all …]
/linux/drivers/net/dsa/
H A Dbcm_sf2_cfp.c24 struct ethtool_rx_flow_spec fs; member
78 /* End of L2, byte offset 16, src IP[64:79] */
102 /* End of L2, byte offset 32, dst IP[64:79] */
349 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_ipv4_rule_set() argument
364 switch (fs->flow_type & ~FLOW_EXT) { in bcm_sf2_cfp_ipv4_rule_set()
375 ip_frag = !!(be32_to_cpu(fs->h_ext.data[0]) & 1); in bcm_sf2_cfp_ipv4_rule_set()
378 if (fs->flow_type & FLOW_EXT) { in bcm_sf2_cfp_ipv4_rule_set()
379 vlan_tci = fs->h_ext.vlan_tci; in bcm_sf2_cfp_ipv4_rule_set()
380 vlan_m_tci = fs->m_ext.vlan_tci; in bcm_sf2_cfp_ipv4_rule_set()
384 if (fs->location == RX_CLS_LOC_ANY) in bcm_sf2_cfp_ipv4_rule_set()
[all …]
/linux/sound/soc/atmel/
H A Datmel-i2s.c106 /* Master Clock to fs ratio */
108 #define ATMEL_I2SC_MR_IMCKFS(fs) \ argument
109 (((fs) << 24) & ATMEL_I2SC_MR_IMCKFS_MASK)
158 int fs; member
168 /* mck = (32 * (imckfs+1) / (imckdiv+1)) * fs */
171 { 8000, I2S_MCK_6M144, 1, 47}, /* mck = 768 fs */
174 { 16000, I2S_MCK_12M288, 1, 47}, /* mck = 768 fs */
175 { 24000, I2S_MCK_12M288, 3, 63}, /* mck = 512 fs */
176 { 32000, I2S_MCK_12M288, 3, 47}, /* mck = 384 fs */
177 { 48000, I2S_MCK_12M288, 7, 63}, /* mck = 256 fs */
[all …]
/linux/fs/omfs/
H A Domfs_fs.h27 __be64 s_num_blocks; /* total number of FS blocks */
35 __be64 h_self; /* FS block where this is located */
49 __be64 r_num_blocks; /* total number of FS blocks */
66 char i_fill3[64];
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c233 char buf[64]; in cg_find_root()
247 char *fs, *mount, *type, *options; in cg_find_root()
255 * cgroup /sys/fs/cgroup cgroup2 rw,seclabel,noexec,relatime 0 0 in cg_find_root()
257 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) { in cg_find_root()
374 char pidbuf[64]; in cg_run()
400 char buf[64]; in clone_into_cgroup()
523 char buf[64]; in proc_mount_contains()
226 char *fs, *mount, *type, *options; cg_find_root() local

12345678910>>...30