Searched refs:xfs_dir2_sf_hdr (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_priv.h | 162 xfs_ino_t xfs_dir2_sf_get_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr, 164 xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *hdr); 165 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino); 169 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep); 171 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp); 180 struct xfs_dir2_sf_hdr *sfp, int64_t size); 182 struct xfs_dir2_sf_hdr *hdr, int len); 183 void xfs_dir2_sf_put_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
|
H A D | xfs_dir2_sf.c | 43 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_entsize() 59 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_nextentry() 74 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_get_ino() 90 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_ino() 109 struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_get_parent_ino() 118 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_parent_ino() 261 struct xfs_dir2_sf_hdr *sfhp) /* shortform directory hdr */ in xfs_dir2_block_to_sf() 268 struct xfs_dir2_sf_hdr *sfp; /* shortform directory header */ in xfs_dir2_block_to_sf() 368 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_addname() 381 ASSERT(dp->i_disk_size >= offsetof(struct xfs_dir2_sf_hdr, paren in xfs_dir2_sf_addname() [all...] |
H A D | xfs_ondisk.h | 133 XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_sf_hdr, 10); in xfs_check_ondisk_structs() 148 XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_sf_hdr, 10); in xfs_check_ondisk_structs()
|
H A D | xfs_dir2.h | 16 struct xfs_dir2_sf_hdr;
|
H A D | xfs_dir2_block.c | 1100 struct xfs_dir2_sf_hdr *oldsfp = ifp->if_data; in xfs_dir2_sf_to_block() 1108 ASSERT(dp->i_disk_size >= offsetof(struct xfs_dir2_sf_hdr, parent)); in xfs_dir2_sf_to_block()
|
H A D | xfs_inode_fork.c | 680 struct xfs_dir2_sf_hdr *sfp = ifp->if_data; in xfs_ifork_verify_local_data()
|
H A D | xfs_exchmaps.c | 466 struct xfs_dir2_sf_hdr sfh; in xfs_exchmaps_dir_to_sf()
|
/linux/fs/xfs/scrub/ |
H A D | readdir.c | 40 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xchk_dir_walk_sf()
|
H A D | dir_repair.c | 434 struct xfs_dir2_sf_hdr *sfp, in xrep_dir_salvage_sf_entry() 513 struct xfs_dir2_sf_hdr *hdr; in xrep_dir_recover_sf()
|
H A D | inode_repair.c | 624 struct xfs_dir2_sf_hdr *sfp; in xrep_dinode_zap_dir()
|
/linux/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 55 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_getdents()
|