Home
last modified time | relevance | path

Searched refs:t (Results 1 – 10 of 10) sorted by relevance

/fs/jffs2/
A Dcompr_lzo.c169 if (t < 4) in lzo1x_decompress()
181 t = *ip++; in lzo1x_decompress()
184 if (t == 0) in lzo1x_decompress()
189 t += 255; in lzo1x_decompress()
212 t -= 4; in lzo1x_decompress()
237 t = *ip++; in lzo1x_decompress()
260 t = (t >> 5) - 1; in lzo1x_decompress()
268 t &= 31; in lzo1x_decompress()
291 t &= 7; in lzo1x_decompress()
339 t -= 4; in lzo1x_decompress()
[all …]
/fs/zfs/
A Dzfs_sha256.c78 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
80 for (t = 0; t < 16; t++, cp += 4) in SHA256Transform()
81 W[t] = (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | cp[3]; in SHA256Transform()
83 for (t = 16; t < 64; t++) in SHA256Transform()
84 W[t] = sigma1(W[t - 2]) + W[t - 7] + in SHA256Transform()
85 sigma0(W[t - 15]) + W[t - 16]; in SHA256Transform()
90 for (t = 0; t < 64; t++) { in SHA256Transform()
91 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
A Dzfs.c2120 void *t; in zfs_read() local
2129 err = dmu_read(&(data->dnode), blkid, &t, in zfs_read()
2131 data->file_buf = t; in zfs_read()
/fs/exfat/
A Dbyteorder.h40 static inline le16_t cpu_to_le16(uint16_t v) { le16_t t = {v}; return t; } in cpu_to_le16() local
41 static inline le32_t cpu_to_le32(uint32_t v) { le32_t t = {v}; return t; } in cpu_to_le32() local
42 static inline le64_t cpu_to_le64(uint64_t v) { le64_t t = {v}; return t; } in cpu_to_le64() local
56 { le16_t t = {exfat_bswap16(v)}; return t; } in cpu_to_le16() local
58 { le32_t t = {exfat_bswap32(v)}; return t; } in cpu_to_le32() local
60 { le64_t t = {exfat_bswap64(v)}; return t; } in cpu_to_le64() local
A Dexfatfs.h38 #define time(t) 1741234567 /* Thu Mar 6 05:16:07 CET 2025 */ argument
/fs/ubifs/
A Dkey.h428 union ubifs_key *t = to; in key_write() local
430 t->j32[0] = cpu_to_le32(from->u32[0]); in key_write()
431 t->j32[1] = cpu_to_le32(from->u32[1]); in key_write()
444 union ubifs_key *t = to; in key_write_idx() local
446 t->j32[0] = cpu_to_le32(from->u32[0]); in key_write_idx()
447 t->j32[1] = cpu_to_le32(from->u32[1]); in key_write_idx()
A Dlog.c97 long long h, t; in empty_log_bytes() local
100 t = (long long)c->ltail_lnum * c->leb_size; in empty_log_bytes()
102 if (h > t) in empty_log_bytes()
103 return c->log_bytes - h + t; in empty_log_bytes()
104 else if (h != t) in empty_log_bytes()
105 return t - h; in empty_log_bytes()
/fs/btrfs/
A Dconv-funcs.h103 # define DEFINE_CONV_ONE(t,n,m,...) \ argument
104 static inline struct t * n(struct t * d) { \
A Dctree.h1205 #define btrfs_path_item_ptr(p,t) \ argument
1206 ((t *) btrfs_path_leaf_data((p)))
/fs/erofs/
A DKconfig21 If you don't want to enable compression feature, say N.

Completed in 21 milliseconds