Searched refs:xfs_dir2_sf_entry (Results 1 – 7 of 7) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_dir2_priv.h | 163 struct xfs_dir2_sf_entry *sfep); 167 struct xfs_dir2_sf_entry *sfep); 168 struct xfs_dir2_sf_entry *xfs_dir2_sf_nextentry(struct xfs_mount *mp, 169 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep); 184 struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino); 186 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
|
| A D | xfs_ondisk.h | 129 XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_sf_entry, 3); in xfs_check_ondisk_structs() 130 XFS_CHECK_OFFSET(struct xfs_dir2_sf_entry, namelen, 0); in xfs_check_ondisk_structs() 131 XFS_CHECK_OFFSET(struct xfs_dir2_sf_entry, offset, 1); in xfs_check_ondisk_structs() 132 XFS_CHECK_OFFSET(struct xfs_dir2_sf_entry, name, 3); in xfs_check_ondisk_structs() 147 XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_sf_entry, 3); in xfs_check_ondisk_structs()
|
| A D | xfs_dir2_sf.c | 48 count += sizeof(struct xfs_dir2_sf_entry); /* namelen + offset */ in xfs_dir2_sf_entsize() 56 struct xfs_dir2_sf_entry * 60 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_nextentry() 75 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_get_ino() 91 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sf_put_ino() 136 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_get_ftype() 151 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sf_put_ftype() 267 struct xfs_dir2_sf_entry *sfep; /* shortform entry */ in xfs_dir2_block_to_sf() 703 struct xfs_dir2_sf_entry *sfep; in xfs_dir2_sf_verify() 704 struct xfs_dir2_sf_entry *next_sfep; in xfs_dir2_sf_verify()
|
| A D | xfs_da_format.h | 220 typedef struct xfs_dir2_sf_entry { struct 251 static inline struct xfs_dir2_sf_entry * 254 return (struct xfs_dir2_sf_entry *) in xfs_dir2_sf_firstentry()
|
| A D | xfs_dir2.h | 17 struct xfs_dir2_sf_entry;
|
| /fs/xfs/scrub/ |
| A D | dir_repair.c | 435 struct xfs_dir2_sf_entry *sfep) in xrep_dir_salvage_sf_entry() 514 struct xfs_dir2_sf_entry *sfep; in xrep_dir_recover_sf() 515 struct xfs_dir2_sf_entry *next; in xrep_dir_recover_sf()
|
| A D | readdir.c | 39 struct xfs_dir2_sf_entry *sfep; in xchk_dir_walk_sf()
|
Completed in 15 milliseconds