Searched refs:block (Results 1 - 25 of 37) sorted by relevance

12

/include/crypto/
H A Dmd5.h13 u32 block[MD5_BLOCK_WORDS]; member in struct:md5_state
/include/linux/
H A Dbuffer_head.h54 * Historically, a buffer_head was used to map a single block
56 * filesystem and block layers. Nowadays the basic I/O unit
57 * is the bio, and buffer_heads are used for extracting block
67 sector_t b_blocknr; /* start block number */
171 void unmap_underlying_metadata(struct block_device *bdev, sector_t block);
176 struct buffer_head *__find_get_block(struct block_device *bdev, sector_t block,
178 struct buffer_head *__getblk_gfp(struct block_device *bdev, sector_t block,
182 void __breadahead(struct block_device *, sector_t block, unsigned int size);
184 sector_t block, unsigned size, gfp_t gfp);
297 sb_bread(struct super_block *sb, sector_t block) argument
303 sb_bread_unmovable(struct super_block *sb, sector_t block) argument
309 sb_breadahead(struct super_block *sb, sector_t block) argument
315 sb_getblk(struct super_block *sb, sector_t block) argument
321 sb_find_get_block(struct super_block *sb, sector_t block) argument
327 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) argument
354 getblk_unmovable(struct block_device *bdev, sector_t block, unsigned size) argument
361 __getblk(struct block_device *bdev, sector_t block, unsigned size) argument
379 __bread(struct block_device *bdev, sector_t block, unsigned size) argument
[all...]
H A Dn_r3964.h109 struct r3964_block_header *block; member in struct:r3964_message
114 * Header of received block in rx_buf/tx_buf:
H A Dexportfs.h62 * 32 bit block number, 16 bit partition reference,
68 * 32 bit block number, 16 bit partition reference,
70 * 32 bit parent block number, 32 bit parent generation number
113 u32 block; member in struct:fid::__anon236::__anon238
H A Datmel_tc.h20 * may be shared by the whole TC block.
24 * or triggering. Those pins need to be set up for use with the TC block,
27 * Although we expect each TC block to have a platform_device node, those
29 * TC block, by number ... which is a common approach on systems with many
48 * @id: block id
74 extern struct atmel_tc *atmel_tc_alloc(unsigned block);
82 * Two registers have block-wide controls. These are: configuring the three
113 * Each TC block has three "channels", each with one counter and controls.
H A Data.h167 /* bits in ATA command block registers */
184 ATA_BBK = ATA_ICRC, /* pre-EIDE: block marked bad */
198 /* ATA command block registers */
1004 static inline bool lba_28_ok(u64 block, u32 n_block) argument
1006 /* check the ending block number: must be LESS THAN 0x0fffffff */
1007 return ((block + n_block) < ((1 << 28) - 1)) && (n_block <= 256);
1010 static inline bool lba_48_ok(u64 block, u32 n_block) argument
1012 /* check the ending block number */
1013 return ((block + n_block - 1) < ((u64)1 << 48)) && (n_block <= 65536);
H A Djbd2.h120 * Descriptor block types:
151 * Commit block header for storing transactional checksums:
158 * block gets its own checksum, and data block checksums are stored in
162 * If FEATURE_INCOMPAT_CSUM_V3 is set, the descriptor block uses
181 * The block tag: used to describe a single buffer in the journal.
188 __be32 t_blocknr; /* The on-disk block number */
191 __be32 t_checksum; /* crc32c(uuid+seq+block) */
196 __be32 t_blocknr; /* The on-disk block number */
197 __be16 t_checksum; /* truncated crc32c(uuid+seq+block) */
[all...]
/include/uapi/linux/
H A Dwil6210_uapi.h44 * Perform block I/O operation to the card memory
50 * .block = buf,
84 void __user *block; /* block address */ member in struct:wil_memio_block
H A Di2c.h45 * incremented by the number of block data bytes received.
101 #define I2C_FUNC_SMBUS_READ_I2C_BLOCK 0x04000000 /* I2C-like block xfer */
131 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; /* block[0] is used for length */ member in union:i2c_smbus_data
H A Dfuse.h619 uint64_t block; member in struct:fuse_bmap_in
625 uint64_t block; member in struct:fuse_bmap_out
/include/linux/mtd/
H A Dblktrans.h64 unsigned long block, char *buffer);
66 unsigned long block, char *buffer);
68 unsigned long block, unsigned nr_blocks);
H A Dinftl.h51 int INFTL_formatblock(struct INFTLrecord *s, int block);
H A Dnftl.h29 #define BLOCK_NIL 0xffff /* last block of a chain */
30 #define BLOCK_FREE 0xfffe /* free block */
31 #define BLOCK_NOTEXPLORED 0xfffd /* non explored block, only used during mounting */
32 #define BLOCK_RESERVED 0xfffc /* bios block or bad block */
57 int NFTL_formatblock(struct NFTLrecord *s, int block);
H A Donenand.h31 * @blockpage: block & page address in BufferRAM
51 * @erase_shift: [INTERN] number of address bits in a block
53 * @page_mask: [INTERN] a page per block mask
72 * @block_markbad: function to mark a block as bad
74 * Bad block Table
229 loff_t onenand_addr(struct onenand_chip *this, int block);
/include/sound/
H A Dpcm_oss.h29 block:1, member in struct:snd_pcm_oss_setup
H A Dutil_mem.h26 * memory block
29 unsigned int size; /* size of this block */
30 unsigned int offset; /* zero-offset of this block */
41 struct list_head block; /* block linked-list header */ member in struct:snd_util_memhdr
H A Dsoundfont.h50 struct snd_util_memblk *block; /* allocated data block */ member in struct:snd_sf_sample
H A Demux_synth.h184 void *block; /* sample block pointer (optional) */ member in struct:snd_emux_voice
/include/trace/events/
H A Dext3.h372 unsigned long count, unsigned long block),
374 TP_ARGS(inode, goal, count, block),
379 __field( unsigned long, block )
387 __entry->block = block;
392 TP_printk("dev %d,%d ino %lu count %lu block %lu goal %lu",
395 __entry->count, __entry->block,
400 TP_PROTO(struct inode *inode, unsigned long block,
403 TP_ARGS(inode, block, count),
409 __field( unsigned long, block )
[all...]
H A Di2c.h185 __entry->len = data->block[0] + 1;
187 memcpy(__entry->buf, data->block, __entry->len);
294 __entry->len = data->block[0] + 1;
296 memcpy(__entry->buf, data->block, __entry->len);
H A Dext4.h629 unsigned long long block, unsigned int count),
631 TP_ARGS(pa, block, count),
636 __field( __u64, block )
644 __entry->block = block;
648 TP_printk("dev %d,%d ino %lu block %llu count %u",
651 __entry->block, __entry->count)
760 TP_PROTO(struct ext4_allocation_request *ar, unsigned long long block),
762 TP_ARGS(ar, block),
767 __field( __u64, block )
[all...]
/include/linux/lockd/
H A Dxdr.h64 u32 block; member in struct:nlm_args
H A Dlockd.h162 * This is a server block (i.e. a lock requested by some client which
177 unsigned int b_id; /* block id */
182 unsigned int b_flags; /* block flags */
209 void nlmclnt_finish_block(struct nlm_wait *block);
210 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
255 * A return value != 0 means destroy the lock/block/share
/include/linux/mfd/
H A Dstmpe.h112 enum stmpe_block block);
H A Dtc3589x.h180 * @block: bitmask of blocks to enable (use TC3589x_BLOCK_*)
186 unsigned int block; member in struct:tc3589x_platform_data

Completed in 283 milliseconds

12