Searched refs:xfs_dir2_sf_hdr (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h161 xfs_ino_t xfs_dir2_sf_get_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
163 xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *hdr);
164 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino);
168 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep);
170 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
179 struct xfs_dir2_sf_hdr *sfp, int64_t size);
181 struct xfs_dir2_sf_hdr *hdr, int len);
182 void xfs_dir2_sf_put_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
H A Dxfs_dir2_sf.c43 struct xfs_dir2_sf_hdr *hdr,
59 struct xfs_dir2_sf_hdr *hdr,
74 struct xfs_dir2_sf_hdr *hdr,
90 struct xfs_dir2_sf_hdr *hdr,
109 struct xfs_dir2_sf_hdr *hdr)
118 struct xfs_dir2_sf_hdr *hdr,
261 struct xfs_dir2_sf_hdr *sfhp) /* shortform directory hdr */
268 struct xfs_dir2_sf_hdr *sfp; /* shortform directory header */
368 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data;
381 ASSERT(dp->i_disk_size >= offsetof(struct xfs_dir2_sf_hdr, paren
[all...]
H A Dxfs_da_format.h208 * single xfs_dir2_sf_hdr header followed by zero or more xfs_dir2_sf_entry
214 typedef struct xfs_dir2_sf_hdr { struct
235 return sizeof(struct xfs_dir2_sf_hdr) -
252 xfs_dir2_sf_firstentry(struct xfs_dir2_sf_hdr *hdr)
H A Dxfs_dir2.h16 struct xfs_dir2_sf_hdr;
H A Dxfs_dir2_block.c1094 struct xfs_dir2_sf_hdr *oldsfp = ifp->if_data;
1102 ASSERT(dp->i_disk_size >= offsetof(struct xfs_dir2_sf_hdr, parent));
H A Dxfs_inode_fork.c719 struct xfs_dir2_sf_hdr *sfp = ifp->if_data;
/linux-master/fs/xfs/scrub/
H A Dreaddir.c39 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data;
H A Dinode_repair.c542 struct xfs_dir2_sf_hdr *sfp;
/linux-master/fs/xfs/
H A Dxfs_dir2_readdir.c55 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data;

Completed in 146 milliseconds