Searched defs:xfs_imap (Results 1 – 2 of 2) sorted by relevance
88 struct xfs_imap { struct89 xfs_daddr_t im_blkno; /* starting BB of inode chunk */90 ushort im_len; /* length in BBs of inode chunk */91 ushort im_boffset; /* inode offset in block in bytes */
1259 xfs_imap( in xfs_imap() function