Searched refs:xfs_dir2_leaf_lookup_int (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_dir2_leaf.c | 41 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp, 1173 if ((error = xfs_dir2_leaf_lookup_int(args, &lbp, &index, &dbp))) { in xfs_dir2_leaf_lookup() 1210 xfs_dir2_leaf_lookup_int( in xfs_dir2_leaf_lookup_int() function 1370 if ((error = xfs_dir2_leaf_lookup_int(args, &lbp, &index, &dbp))) { in xfs_dir2_leaf_removename() 1505 if ((error = xfs_dir2_leaf_lookup_int(args, &lbp, &index, &dbp))) { in xfs_dir2_leaf_replace()
|