Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_leaf.h74 int xfs_attr3_leaf_lookup_int(struct xfs_buf *leaf,
Dxfs_attr.c591 retval = xfs_attr3_leaf_lookup_int(bp, args); in xfs_attr_leaf_addname()
794 error = xfs_attr3_leaf_lookup_int(bp, args); in xfs_attr_leaf_removename()
849 error = xfs_attr3_leaf_lookup_int(bp, args); in xfs_attr_leaf_get()
Dxfs_attr_leaf.c806 error = xfs_attr3_leaf_lookup_int(bp, &nargs); /* set a->index */ in xfs_attr_shortform_to_leaf()
2148 xfs_attr3_leaf_lookup_int( in xfs_attr3_leaf_lookup_int() function
Dxfs_da_btree.c1573 retval = xfs_attr3_leaf_lookup_int(blk->bp, args); in xfs_da3_node_lookup_int()