Home
last modified time | relevance | path

Searched refs:blklen (Results 1 – 3 of 3) sorted by relevance

/linux/include/trace/events/
H A Df2fs.h1571 TP_PROTO(struct block_device *dev, block_t blkstart, block_t blklen),
1573 TP_ARGS(dev, blkstart, blklen),
1578 __field(block_t, blklen)
1584 __entry->blklen = blklen;
1587 TP_printk("dev = (%d,%d), blkstart = 0x%llx, blklen = 0x%llx",
1590 (unsigned long long)__entry->blklen)
1595 TP_PROTO(struct block_device *dev, block_t blkstart, block_t blklen),
1597 TP_ARGS(dev, blkstart, blklen)
1602 TP_PROTO(struct block_device *dev, block_t blkstart, block_t blklen),
[all...]
/linux/fs/ext4/
H A Dfile.c222 int err, blklen; in ext4_overwrite_io() local
229 blklen = map.m_len; in ext4_overwrite_io()
232 if (err != blklen) in ext4_overwrite_io()
/linux/fs/ocfs2/
H A Ddir.c120 unsigned long blklen) in ocfs2_skip_dir_trailer() argument
122 unsigned long toff = blklen - sizeof(struct ocfs2_dir_block_trailer); in ocfs2_skip_dir_trailer()