Home
last modified time | relevance | path

Searched refs:map_len (Results 1 – 7 of 7) sorted by relevance

/fs/
Ddax.c1147 ssize_t map_len; in dax_iomap_actor() local
1160 map_len = dax_direct_access(dax_dev, pgoff, PHYS_PFN(size), in dax_iomap_actor()
1162 if (map_len < 0) { in dax_iomap_actor()
1163 ret = map_len; in dax_iomap_actor()
1167 map_len = PFN_PHYS(map_len); in dax_iomap_actor()
1169 map_len -= offset; in dax_iomap_actor()
1170 if (map_len > end - pos) in dax_iomap_actor()
1171 map_len = end - pos; in dax_iomap_actor()
1180 map_len, iter); in dax_iomap_actor()
1183 map_len, iter); in dax_iomap_actor()
[all …]
/fs/ocfs2/
Dextent_map.h41 u64 map_start, u64 map_len);
44 u64 map_start, u64 map_len);
Dextent_map.c737 u64 map_start, u64 map_len) in ocfs2_fiemap() argument
747 ret = fiemap_prep(inode, fieinfo, map_start, &map_len, 0); in ocfs2_fiemap()
770 map_start + map_len); in ocfs2_fiemap()
822 u64 map_start, u64 map_len) in ocfs2_overwrite_io() argument
830 if (ocfs2_size_fits_inline_data(di_bh, map_start + map_len)) in ocfs2_overwrite_io()
838 map_start + map_len); in ocfs2_overwrite_io()
/fs/xfs/scrub/
Dtrace.h554 unsigned short map_len, unsigned int chunk_ino,
557 TP_ARGS(mp, agno, startino, map_daddr, map_len, chunk_ino, nr_inodes,
564 __field(unsigned short, map_len)
576 __entry->map_len = map_len;
588 __entry->map_len,
/fs/ext4/
Dextents.c3401 unsigned int ee_len, depth, map_len = map->m_len; in ext4_ext_convert_to_initialized() local
3407 (unsigned long long)map->m_lblk, map_len); in ext4_ext_convert_to_initialized()
3412 if (eof_block < map->m_lblk + map_len) in ext4_ext_convert_to_initialized()
3413 eof_block = map->m_lblk + map_len; in ext4_ext_convert_to_initialized()
3446 (map_len < ee_len) && /*L1*/ in ext4_ext_convert_to_initialized()
3470 (prev_len < (EXT_INIT_MAX_LEN - map_len))) { /*C4*/ in ext4_ext_convert_to_initialized()
3479 ex->ee_block = cpu_to_le32(ee_block + map_len); in ext4_ext_convert_to_initialized()
3480 ext4_ext_store_pblock(ex, ee_pblk + map_len); in ext4_ext_convert_to_initialized()
3481 ex->ee_len = cpu_to_le16(ee_len - map_len); in ext4_ext_convert_to_initialized()
3485 abut_ex->ee_len = cpu_to_le16(prev_len + map_len); in ext4_ext_convert_to_initialized()
[all …]
/fs/xfs/
Dxfs_bmap_util.c643 xfs_filblks_t map_len; in xfs_free_eofblocks() local
656 map_len = last_fsb - end_fsb; in xfs_free_eofblocks()
660 error = xfs_bmapi_read(ip, end_fsb, map_len, &imap, &nimaps, 0); in xfs_free_eofblocks()
/fs/ceph/
Dmds_client.c4946 u32 map_len; in ceph_mdsc_handle_fsmap() local
4960 map_len = ceph_decode_32(&p); in ceph_mdsc_handle_fsmap()