Searched refs:xfs_itobp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_inode.h98 * Flags for xfs_itobp(), xfs_imap() and xfs_dilocate().
424 int xfs_itobp(struct xfs_mount *, struct xfs_trans *,
H A Dxfs_inode.c249 xfs_itobp( function
285 xfs_fs_cmn_err(CE_ALERT, mp, "xfs_itobp: "
324 xfs_fs_cmn_err(CE_ALERT, mp, "xfs_itobp: "
359 XFS_CORRUPTION_ERROR("xfs_itobp", XFS_ERRLEVEL_HIGH,
867 * then xfs_itobp() will return NULL. In this case we should
868 * return NULL as well. Set i_blkno to 0 so that xfs_itobp() will
871 error = xfs_itobp(mp, tp, ip, &dip, &bp, bno, 0);
992 * in xfs_itobp() above. If tp is NULL, this is just a normal
1916 error = xfs_itobp(mp, tp, ip, &dip, &ibp, 0, 0);
2025 error = xfs_itobp(m
[all...]
H A Dxfs_itable.c564 error = xfs_itobp(mp, NULL, ip,
688 * to inodes will most likely cause xfs_itobp to generate warning
H A Dxfs_vfsops.c1263 error = xfs_itobp(mp, NULL, ip,
H A Dxfs_log_recover.c3251 error = xfs_itobp(mp, NULL, ip, &dip,

Completed in 143 milliseconds