Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_da_format.c716 .data_dotdot_entry_p = xfs_dir2_data_dotdot_entry_p,
766 .data_dotdot_entry_p = xfs_dir2_ftype_data_dotdot_entry_p,
816 .data_dotdot_entry_p = xfs_dir3_data_dotdot_entry_p,
Dxfs_dir2.h65 (*data_dotdot_entry_p)(struct xfs_dir2_data_hdr *hdr); member
Dxfs_dir2_block.c1166 dep = dp->d_ops->data_dotdot_entry_p(hdr); in xfs_dir2_sf_to_block()