Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_da_format.c738 .db_to_fdindex = xfs_dir2_db_to_fdindex,
788 .db_to_fdindex = xfs_dir2_db_to_fdindex,
838 .db_to_fdindex = xfs_dir3_db_to_fdindex,
Dxfs_dir2.h99 int (*db_to_fdindex)(struct xfs_da_geometry *geo, member
Dxfs_dir2_node.c664 fi = dp->d_ops->db_to_fdindex(args->geo, curdb); in xfs_dir2_leafn_lookup_for_addname()
1307 findex = dp->d_ops->db_to_fdindex(args->geo, db); in xfs_dir2_leafn_remove()
1705 *findex = dp->d_ops->db_to_fdindex(args->geo, *dbno); in xfs_dir2_node_add_datablk()