Searched defs:block (Results 1 - 18 of 18) sorted by last modified time

/include/uapi/linux/
H A Dfuse.h619 uint64_t block; member in struct:fuse_bmap_in
625 uint64_t block; member in struct:fuse_bmap_out
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 Dvideodev2.h1491 __u8 block; member in struct:v4l2_rds_data
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
/include/crypto/
H A Dmd5.h13 u32 block[MD5_BLOCK_WORDS]; member in struct:md5_state
/include/linux/
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 Dblkdev.h426 * Number of active block driver functions for which blk_drain_queue()
1058 * block layer runtime pm functions
1167 static inline int sb_issue_discard(struct super_block *sb, sector_t block, argument
1170 return blkdev_issue_discard(sb->s_bdev, block << (sb->s_blocksize_bits - 9),
1174 static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, argument
1178 block << (sb->s_blocksize_bits - 9),
1453 MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor))
1455 MODULE_ALIAS("block-major-" __stringify(major) "-*")
1630 * stubs for when the block layer is configured out
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 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 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 Dnfs_xdr.h143 __u32 blksize; /* preferred pnfs io block size */
158 __u32 bsize; /* Filesystem block size */
423 unsigned char block : 1; member in struct:nfs_lock_args
/include/linux/lockd/
H A Dxdr.h64 u32 block; member in struct:nlm_args
/include/linux/mfd/
H A Dcros_ec_commands.h55 /* The actual block is 0x800-0x8ff, but some BIOSes think it's 0x880-0x8ff
728 * Write block size. Write offset and size must be a multiple
733 * Erase block size. Erase offset and size must be a multiple
738 * Protection block size. Protection offset and size must be a
906 uint8_t block[EC_VBNV_BLOCK_SIZE]; member in struct:ec_params_vbnvcontext
910 uint8_t block[EC_VBNV_BLOCK_SIZE]; member in struct:ec_response_vbnvcontext
2117 * formatted as SMBUS "block".
H A Dtc3589x.h180 * @block: bitmask of blocks to enable (use TC3589x_BLOCK_*)
186 unsigned int block; member in struct:tc3589x_platform_data
/include/sound/
H A Demux_synth.h184 void *block; /* sample block pointer (optional) */ member in struct:snd_emux_voice
H A Dpcm_oss.h29 block:1, member in struct:snd_pcm_oss_setup
H A Dsoundfont.h50 struct snd_util_memblk *block; /* allocated data block */ member in struct:snd_sf_sample
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

Completed in 262 milliseconds