Searched refs:i_imap (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_inode_item.c | 347 ilf->ilf_blkno = ip->i_imap.im_blkno; in xfs_inode_item_format() 348 ilf->ilf_len = ip->i_imap.im_len; in xfs_inode_item_format() 349 ilf->ilf_boffset = ip->i_imap.im_boffset; in xfs_inode_item_format()
|
D | xfs_inode.c | 1998 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink() 2005 offset = ip->i_imap.im_boffset + in xfs_iunlink() 2084 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink_remove() 2095 offset = ip->i_imap.im_boffset + in xfs_iunlink_remove() 2161 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink_remove() 2173 offset = ip->i_imap.im_boffset + in xfs_iunlink_remove() 3396 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &bp, XBF_TRYLOCK, in xfs_iflush() 3461 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush_int()
|
D | xfs_inode.h | 46 struct xfs_imap i_imap; /* location for xfs_imap() */ member
|
D | xfs_itable.c | 79 ASSERT(ip->i_imap.im_blkno != 0); in xfs_bulkstat_one_int()
|
D | xfs_icache.c | 77 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
|
D | xfs_log_recover.c | 4019 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0, 0); in xlog_recover_process_one_iunlink()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_incore.h | 104 #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() 627 JFS_IP(ipimap)->i_imap->im_nbperiext)) { in diWrite() 873 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree() 1356 imap = JFS_IP(ipimap)->i_imap; in diAlloc() 2750 imap = JFS_IP(ipimap)->i_imap; in diUpdatePMap() 2862 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diExtendFS()
|
D | super.c | 153 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 360 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, iget_flags); in xfs_iread() 384 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &bp, 0, iget_flags); in xfs_iread()
|