Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_format.c735 .data_dot_entry_p = xfs_dir2_data_dot_entry_p,
785 .data_dot_entry_p = xfs_dir2_data_dot_entry_p,
835 .data_dot_entry_p = xfs_dir3_data_dot_entry_p,
Dxfs_dir2.h74 (*data_dot_entry_p)(struct xfs_dir2_data_hdr *hdr); member
Dxfs_dir2_block.c1158 dep = dp->d_ops->data_dot_entry_p(hdr); in xfs_dir2_sf_to_block()