Searched refs:call_again (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.c71 boolean_t call_again = B_FALSE; local
97 &ialloc_context, &call_again, &ip);
108 if (!call_again && (ip == NULL)) {
114 * If call_again is set, then we were unable to get an
119 if (call_again) {
201 okalloc, &ialloc_context, &call_again, &ip);
212 ASSERT ((!call_again) && (ip != NULL));
H A Dxfs_inode.c957 * ialloc_context would be set to NULL and call_again set to false.
963 * In this case, therefore, we will set call_again to true and return.
989 boolean_t *call_again,
1004 ialloc_context, call_again, &ino);
1007 if (*call_again || ino == NULLFSINO) {
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.c71 boolean_t call_again = B_FALSE; local
97 &ialloc_context, &call_again, &ip);
108 if (!call_again && (ip == NULL)) {
114 * If call_again is set, then we were unable to get an
119 if (call_again) {
201 okalloc, &ialloc_context, &call_again, &ip);
212 ASSERT ((!call_again) && (ip != NULL));
H A Dxfs_inode.c957 * ialloc_context would be set to NULL and call_again set to false.
963 * In this case, therefore, we will set call_again to true and return.
989 boolean_t *call_again,
1004 ialloc_context, call_again, &ino);
1007 if (*call_again || ino == NULLFSINO) {
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 73 milliseconds