Searched refs:bplus_header (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/hpfs/ |
| H A D | hpfs.h | 408 container_of(ptr, struct bplus_header, __hdr) 410 struct bplus_header struct 434 static_assert(offsetof(struct bplus_header, u.internal) == sizeof(struct bplus_header_fixed), argument 437 static inline bool bp_internal(struct bplus_header *bp) in bp_internal() 442 static inline bool bp_fnode_parent(struct bplus_header *bp) in bp_fnode_parent()
|
| H A D | anode.c | 15 struct bplus_header *btree, unsigned sec, in hpfs_bplus_lookup() 63 struct bplus_header *btree; in hpfs_add_sector_to_btree() 275 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() 277 struct bplus_header *btree1 = btree; in hpfs_remove_btree() 405 struct bplus_header *btree; in hpfs_truncate_btree()
|
| H A D | hpfs_fn.h | 213 secno hpfs_bplus_lookup(struct super_block *, struct inode *, struct bplus_header *, unsigned, stru… 215 void hpfs_remove_btree(struct super_block *, struct bplus_header *);
|