Searched refs:ialloc_context (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_utils.c70 xfs_buf_t *ialloc_context = NULL; local
92 * ialloc_context. We will hold a lock on it across the
97 &ialloc_context, &call_again, &ip);
123 * We call bhold to hang on to the ialloc_context across
128 xfs_trans_bhold(tp, ialloc_context);
162 xfs_buf_relse(ialloc_context);
188 xfs_buf_relse(ialloc_context);
193 xfs_trans_bjoin(tp, ialloc_context);
201 okalloc, &ialloc_context, &call_again, &ip);
H A Dxfs_inode.c957 * ialloc_context would be set to NULL and call_again set to false.
970 * as ialloc_context. The caller should hold this buffer across
988 xfs_buf_t **ialloc_context,
1004 ialloc_context, call_again, &ino);
1011 ASSERT(*ialloc_context == NULL);
979 xfs_ialloc( xfs_trans_t *tp, xfs_inode_t *pip, mode_t mode, xfs_nlink_t nlink, xfs_dev_t rdev, cred_t *cr, xfs_prid_t prid, int okalloc, xfs_buf_t **ialloc_context, boolean_t *call_again, xfs_inode_t **ipp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_utils.c70 xfs_buf_t *ialloc_context = NULL; local
92 * ialloc_context. We will hold a lock on it across the
97 &ialloc_context, &call_again, &ip);
123 * We call bhold to hang on to the ialloc_context across
128 xfs_trans_bhold(tp, ialloc_context);
162 xfs_buf_relse(ialloc_context);
188 xfs_buf_relse(ialloc_context);
193 xfs_trans_bjoin(tp, ialloc_context);
201 okalloc, &ialloc_context, &call_again, &ip);
H A Dxfs_inode.c957 * ialloc_context would be set to NULL and call_again set to false.
970 * as ialloc_context. The caller should hold this buffer across
988 xfs_buf_t **ialloc_context,
1004 ialloc_context, call_again, &ino);
1011 ASSERT(*ialloc_context == NULL);
979 xfs_ialloc( xfs_trans_t *tp, xfs_inode_t *pip, mode_t mode, xfs_nlink_t nlink, xfs_dev_t rdev, cred_t *cr, xfs_prid_t prid, int okalloc, xfs_buf_t **ialloc_context, boolean_t *call_again, xfs_inode_t **ipp) argument

Completed in 116 milliseconds