/fs/f2fs/ |
D | hash.c | 45 unsigned pad, val; in str2hashbuf() local 48 pad = (__u32)len | ((__u32)len << 8); in str2hashbuf() 49 pad |= pad << 16; in str2hashbuf() 51 val = pad; in str2hashbuf() 56 val = pad; in str2hashbuf() 60 val = pad; in str2hashbuf() 67 *buf++ = pad; in str2hashbuf()
|
/fs/ext4/ |
D | hash.c | 137 __u32 pad, val; in str2hashbuf_signed() local 141 pad = (__u32)len | ((__u32)len << 8); in str2hashbuf_signed() 142 pad |= pad << 16; in str2hashbuf_signed() 144 val = pad; in str2hashbuf_signed() 151 val = pad; in str2hashbuf_signed() 158 *buf++ = pad; in str2hashbuf_signed() 163 __u32 pad, val; in str2hashbuf_unsigned() local 167 pad = (__u32)len | ((__u32)len << 8); in str2hashbuf_unsigned() 168 pad |= pad << 16; in str2hashbuf_unsigned() 170 val = pad; in str2hashbuf_unsigned() [all …]
|
/fs/reiserfs/ |
D | hashes.c | 50 u32 pad; in keyed_hash() local 55 pad = (u32) len | ((u32) len << 8); in keyed_hash() 56 pad |= pad << 16; in keyed_hash() 85 d = pad; in keyed_hash() 96 c = d = pad; in keyed_hash() 105 b = c = d = pad; in keyed_hash() 111 a = b = c = d = pad; in keyed_hash()
|
/fs/ubifs/ |
D | io.c | 328 void ubifs_pad(const struct ubifs_info *c, void *buf, int pad) in ubifs_pad() argument 332 ubifs_assert(c, pad >= 0); in ubifs_pad() 334 if (pad >= UBIFS_PAD_NODE_SZ) { in ubifs_pad() 344 pad -= UBIFS_PAD_NODE_SZ; in ubifs_pad() 345 pad_node->pad_len = cpu_to_le32(pad); in ubifs_pad() 348 memset(buf + UBIFS_PAD_NODE_SZ, 0, pad); in ubifs_pad() 349 } else if (pad > 0) in ubifs_pad() 351 memset(buf, UBIFS_PADDING_BYTE, pad); in ubifs_pad() 378 void ubifs_init_node(struct ubifs_info *c, void *node, int len, int pad) in ubifs_init_node() argument 391 if (pad) { in ubifs_init_node() [all …]
|
D | scan.c | 83 struct ubifs_pad_node *pad = buf; in ubifs_scan_a_node() local 84 int pad_len = le32_to_cpu(pad->pad_len); in ubifs_scan_a_node() 93 ubifs_dump_node(c, pad, len); in ubifs_scan_a_node()
|
D | ubifs.h | 701 int (*sync_callback)(struct ubifs_info *c, int lnum, int free, int pad); 1760 void ubifs_init_node(struct ubifs_info *c, void *buf, int len, int pad); 1762 void ubifs_prepare_node(struct ubifs_info *c, void *buf, int len, int pad); 1764 int hmac_offs, int pad); 1767 void ubifs_pad(const struct ubifs_info *c, void *buf, int pad);
|
/fs/iomap/ |
D | direct-io.c | 244 unsigned int fs_block_size = i_blocksize(inode), pad; in iomap_dio_bio_iter() local 302 pad = pos & (fs_block_size - 1); in iomap_dio_bio_iter() 303 if (pad) in iomap_dio_bio_iter() 304 iomap_dio_zero(iter, dio, pos - pad, pad); in iomap_dio_bio_iter() 375 pad = pos & (fs_block_size - 1); in iomap_dio_bio_iter() 376 if (pad) in iomap_dio_bio_iter() 377 iomap_dio_zero(iter, dio, pos, fs_block_size - pad); in iomap_dio_bio_iter()
|
/fs/cachefiles/ |
D | key.c | 42 unsigned int b64len, len, print, pad; in cachefiles_cook_key() local 82 pad = b64len * 3 - keylen; in cachefiles_cook_key() 112 name[1] = '0' + pad; in cachefiles_cook_key()
|
/fs/jfs/ |
D | jfs_dmap.h | 141 u8 pad[2]; /* 2: pad to word boundary */ member 152 u8 pad[1672]; /* 1672: pad to 2048 bytes */ member 169 u8 pad[2714]; /* 2714: pad to 4096 */ member 207 u8 pad[3007]; /* 3007: pad to 4096 */ member
|
D | jfs_imap.h | 72 u8 pad[1976]; /* 1976: pad to 2048 bytes */ member 108 u8 pad[2016]; /* 2016: pad to 2048 */ member
|
D | jfs_superblock.h | 39 __le16 pad; /* 2: padding necessary for alignment */ member
|
D | jfs_txnmgr.h | 249 s64 pad; /* 8: Force 64-bit xdlist size */ member
|
D | jfs_incore.h | 44 unchar pad; member
|
/fs/xfs/libxfs/ |
D | xfs_da_format.h | 25 __be16 pad; /* unused */ member 324 __be32 pad; /* 64 bit alignment */ member 422 __be32 pad; /* 64 bit alignment */ member 492 __be32 pad; /* 64 bit alignment */ member
|
/fs/notify/ |
D | fdinfo.c | 46 u8 pad[MAX_HANDLE_SZ]; in show_mark_fhandle() member 50 f.handle.handle_bytes = sizeof(f.pad); in show_mark_fhandle()
|
/fs/hfsplus/ |
D | hfsplus_raw.h | 346 u8 pad; member 363 __be16 pad; member
|
/fs/squashfs/ |
D | squashfs_fs.h | 216 unsigned short pad; member 225 unsigned short pad; member
|
/fs/afs/ |
D | xdr_fs.h | 80 u8 pad[19]; member
|
/fs/notify/fanotify/ |
D | fanotify.h | 35 u8 pad; member 47 u8 pad[3]; member
|
/fs/xfs/scrub/ |
D | attr.c | 343 leaf->hdr.info.hdr.pad != 0) in xchk_xattr_block() 346 if (leaf->hdr.pad1 != 0 || leaf->hdr.info.pad != 0) in xchk_xattr_block()
|
/fs/befs/ |
D | befs_fs_types.h | 197 fs32 pad[4]; /* not use */ member
|
/fs/smb/client/ |
D | cifspdu.h | 404 __u8 pad[2]; member 1933 __u32 pad; /* reserved - MBZ */ member 2099 char pad; member 2106 char pad; member 2400 __u8 pad[3]; member
|
/fs/jffs2/ |
D | wbuf.c | 580 static int __jffs2_flush_wbuf(struct jffs2_sb_info *c, int pad) in __jffs2_flush_wbuf() argument 609 if (pad ) { in __jffs2_flush_wbuf() 657 if (pad) { in __jffs2_flush_wbuf()
|
/fs/hpfs/ |
D | hpfs.h | 66 u8 pad[448]; member
|
/fs/ocfs2/ |
D | dir.c | 226 __u32 pad, val; in str2hashbuf() local 229 pad = (__u32)len | ((__u32)len << 8); in str2hashbuf() 230 pad |= pad << 16; in str2hashbuf() 232 val = pad; in str2hashbuf() 237 val = pad; in str2hashbuf() 241 val = pad; in str2hashbuf() 248 *buf++ = pad; in str2hashbuf()
|