Searched refs:i_imap (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_inode_item.c | 170 error = xfs_imap_to_bp(ip->i_mount, tp, &ip->i_imap, &bp); in xfs_inode_item_precommit() 524 ip->i_imap.im_boffset); in xfs_copy_dm_fields_to_log_dinode() 655 ilf->ilf_blkno = ip->i_imap.im_blkno; in xfs_inode_item_format() 656 ilf->ilf_len = ip->i_imap.im_len; in xfs_inode_item_format() 657 ilf->ilf_boffset = ip->i_imap.im_boffset; in xfs_inode_item_format()
|
| H A D | xfs_icache.c | 116 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc() 649 error = xfs_imap(pag, tp, ip->i_ino, &ip->i_imap, flags); in xfs_iget_cache_miss() 667 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &bp); in xfs_iget_cache_miss() 672 xfs_buf_offset(bp, ip->i_imap.im_boffset)); in xfs_iget_cache_miss()
|
| H A D | xfs_inode.h | 34 struct xfs_imap i_imap; /* location for xfs_imap() */ member
|
| H A D | xfs_itable.c | 100 ASSERT(ip->i_imap.im_blkno != 0); in xfs_bulkstat_one_int()
|
| H A D | xfs_inode.c | 2383 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()
|
| /linux/fs/jfs/ |
| H A D | jfs_incore.h | 101 #define i_imap u.file._imap macro
|
| H A D | super.c | 123 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs()
|