Home
last modified time | relevance | path

Searched refs:db_to_fdindex (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_da_format.c758 .db_to_fdindex = xfs_dir2_db_to_fdindex,
808 .db_to_fdindex = xfs_dir2_db_to_fdindex,
858 .db_to_fdindex = xfs_dir3_db_to_fdindex,
Dxfs_dir2.h110 int (*db_to_fdindex)(struct xfs_da_geometry *geo, member
Dxfs_dir2_node.c618 fi = dp->d_ops->db_to_fdindex(args->geo, curdb); in xfs_dir2_leafn_lookup_for_addname()
1263 findex = dp->d_ops->db_to_fdindex(args->geo, db); in xfs_dir2_leafn_remove()
1899 findex = dp->d_ops->db_to_fdindex(args->geo, dbno); in xfs_dir2_node_addname_int()