Home
last modified time | relevance | path

Searched refs:curp (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_bmap.c114 xfs_btree_cur_t **curp, /* if *curp is null, not a btree */
130 xfs_btree_cur_t **curp, /* if *curp is null, not a btree */
172 xfs_btree_cur_t **curp, /* if *curp is null, not a btree */
256 xfs_btree_cur_t **curp, /* cursor returned to caller */
543 xfs_btree_cur_t **curp, /* if *curp is null, not a btree */ in xfs_bmap_add_extent() argument
563 cur = *curp; in xfs_bmap_add_extent()
643 ASSERT(*curp == cur || *curp == NULL); in xfs_bmap_add_extent()
658 ASSERT(*curp == cur || *curp == NULL); in xfs_bmap_add_extent()
693 *curp = cur; in xfs_bmap_add_extent()
698 xfs_bmap_check_leaf_extents(*curp, ip, whichfork); in xfs_bmap_add_extent()
[all …]
Dxfs_ialloc_btree.c555 xfs_btree_cur_t **curp, /* output: new cursor replacing cur */ in xfs_inobt_insrec() argument
751 *curp = ncur; in xfs_inobt_insrec()
1482 xfs_btree_cur_t **curp, /* output: new cursor */ in xfs_inobt_split() argument
1622 if ((error = xfs_btree_dup_cursor(cur, curp))) in xfs_inobt_split()
1624 (*curp)->bc_ptrs[level + 1]++; in xfs_inobt_split()
Dxfs_alloc_btree.c609 xfs_btree_cur_t **curp, /* output: new cursor replacing cur */ in xfs_alloc_insrec() argument
827 *curp = ncur; /* INT_: struct copy */ in xfs_alloc_insrec()
1588 xfs_btree_cur_t **curp, /* output: new cursor */ in xfs_alloc_split() argument
1723 if ((error = xfs_btree_dup_cursor(cur, curp))) in xfs_alloc_split()
1725 (*curp)->bc_ptrs[level + 1]++; in xfs_alloc_split()
Dxfs_bmap_btree.c754 xfs_btree_cur_t **curp, in xfs_bmbt_insrec() argument
930 *curp = ncur; in xfs_bmbt_insrec()
1557 xfs_btree_cur_t **curp, in xfs_bmbt_split() argument
1685 if ((error = xfs_btree_dup_cursor(cur, curp))) { in xfs_bmbt_split()
1689 (*curp)->bc_ptrs[level + 1]++; in xfs_bmbt_split()