Lines Matching defs:ialloc_context
772 * log its initial contents. In this case, ialloc_context would be
779 * In this case, therefore, we will set ialloc_context and return.
786 * as ialloc_context. The caller should hold this buffer across
802 xfs_buf_t **ialloc_context,
819 ialloc_context, &ino);
822 if (*ialloc_context || ino == NULLFSINO) {
826 ASSERT(*ialloc_context == NULL);
959 xfs_buf_t *ialloc_context = NULL;
978 * ialloc_context. We will hold a lock on it across the
982 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid, &ialloc_context,
994 if (!ialloc_context && !ip) {
1005 if (ialloc_context) {
1008 * We call bhold to hang on to the ialloc_context across
1013 xfs_trans_bhold(tp, ialloc_context);
1040 xfs_buf_relse(ialloc_context);
1045 xfs_trans_bjoin(tp, ialloc_context);
1053 &ialloc_context, &ip);
1064 ASSERT(!ialloc_context && ip);