Searched refs:i_imap (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_inode_item.c | 402 ilf->ilf_blkno = ip->i_imap.im_blkno; in xfs_inode_item_format() 403 ilf->ilf_len = ip->i_imap.im_len; in xfs_inode_item_format() 404 ilf->ilf_boffset = ip->i_imap.im_boffset; in xfs_inode_item_format()
|
D | xfs_inode.c | 1962 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink() 1969 offset = ip->i_imap.im_boffset + in xfs_iunlink() 2052 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink_remove() 2063 offset = ip->i_imap.im_boffset + in xfs_iunlink_remove() 2132 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink_remove() 2144 offset = ip->i_imap.im_boffset + in xfs_iunlink_remove() 3361 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &bp, XBF_TRYLOCK, in xfs_iflush() 3457 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush_int()
|
D | xfs_inode.h | 33 struct xfs_imap i_imap; /* location for xfs_imap() */ member
|
D | xfs_itable.c | 58 ASSERT(ip->i_imap.im_blkno != 0); in xfs_bulkstat_one_int()
|
D | xfs_icache.c | 64 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
|
D | xfs_log_recover.c | 5069 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0, 0); in xlog_recover_process_one_iunlink()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_incore.h | 105 #define i_imap u.file._imap macro
|
D | jfs_imap.c | 171 JFS_IP(ipimap)->i_imap = imap; in diMount() 193 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diUnmount() 222 struct inomap *imp = JFS_IP(ipimap)->i_imap; in diSync() 328 imap = JFS_IP(ipimap)->i_imap; in diRead() 620 JFS_IP(ipimap)->i_imap->im_nbperiext)) { in diWrite() 866 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree() 1349 imap = JFS_IP(ipimap)->i_imap; in diAlloc() 2743 imap = JFS_IP(ipimap)->i_imap; in diUpdatePMap() 2855 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diExtendFS()
|
D | super.c | 154 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 629 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, iget_flags); in xfs_iread() 647 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &bp, 0, iget_flags); in xfs_iread()
|