Home
last modified time | relevance | path

Searched refs:rec_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ntfs/
Daops.c141 u32 rec_size; in ntfs_end_buffer_async_read() local
143 rec_size = ni->itype.index.block_size; in ntfs_end_buffer_async_read()
144 recs = PAGE_SIZE / rec_size; in ntfs_end_buffer_async_read()
150 i * rec_size), rec_size); in ntfs_end_buffer_async_read()
924 unsigned int rec_size = ni->itype.index.block_size; in ntfs_write_mst_block() local
934 if (WARN_ON(rec_size < NTFS_BLOCK_SIZE)) in ntfs_write_mst_block()
965 bhs_per_rec = rec_size >> bh_size_bits; in ntfs_write_mst_block()
1167 rec_size); in ntfs_write_mst_block()
/linux-4.19.296/drivers/s390/scsi/
Dzfcp_dbf.c721 static debug_info_t *zfcp_dbf_reg(const char *name, int size, int rec_size) in zfcp_dbf_reg() argument
725 d = debug_register(name, size, 1, rec_size); in zfcp_dbf_reg()