Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_attr_leaf.h238 int xfs_attr_leaf_lookup_int(struct xfs_dabuf *leaf,
Dxfs_attr.c919 retval = xfs_attr_leaf_lookup_int(bp, args); in xfs_attr_leaf_addname()
1110 error = xfs_attr_leaf_lookup_int(bp, args); in xfs_attr_leaf_removename()
1166 error = xfs_attr_leaf_lookup_int(bp, args); in xfs_attr_leaf_get()
Dxfs_attr_leaf.c528 error = xfs_attr_leaf_lookup_int(bp, &nargs); /* set a->index */ in xfs_attr_shortform_to_leaf()
1908 xfs_attr_leaf_lookup_int(xfs_dabuf_t *bp, xfs_da_args_t *args) in xfs_attr_leaf_lookup_int() function
Dxfs_da_btree.c1151 retval = xfs_attr_leaf_lookup_int(blk->bp, args); in xfs_da_node_lookup_int()