ialloc_context 750 fs/xfs/xfs_inode.c xfs_buf_t **ialloc_context, ialloc_context 766 fs/xfs/xfs_inode.c ialloc_context, &ino); ialloc_context 769 fs/xfs/xfs_inode.c if (*ialloc_context || ino == NULLFSINO) { ialloc_context 773 fs/xfs/xfs_inode.c ASSERT(*ialloc_context == NULL); ialloc_context 974 fs/xfs/xfs_inode.c xfs_buf_t *ialloc_context = NULL; ialloc_context 997 fs/xfs/xfs_inode.c code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid, &ialloc_context, ialloc_context 1009 fs/xfs/xfs_inode.c if (!ialloc_context && !ip) { ialloc_context 1020 fs/xfs/xfs_inode.c if (ialloc_context) { ialloc_context 1028 fs/xfs/xfs_inode.c xfs_trans_bhold(tp, ialloc_context); ialloc_context 1055 fs/xfs/xfs_inode.c xfs_buf_relse(ialloc_context); ialloc_context 1060 fs/xfs/xfs_inode.c xfs_trans_bjoin(tp, ialloc_context); ialloc_context 1068 fs/xfs/xfs_inode.c &ialloc_context, &ip); ialloc_context 1079 fs/xfs/xfs_inode.c ASSERT(!ialloc_context && ip);