fs/hpfs/anode.c
15
struct bplus_header *btree, unsigned sec,
fs/hpfs/anode.c
275
void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree)
fs/hpfs/anode.c
277
struct bplus_header *btree1 = btree;
fs/hpfs/anode.c
405
struct bplus_header *btree;
fs/hpfs/anode.c
63
struct bplus_header *btree;
fs/hpfs/hpfs.h
408
container_of(ptr, struct bplus_header, __hdr)
fs/hpfs/hpfs.h
434
static_assert(offsetof(struct bplus_header, u.internal) == sizeof(struct bplus_header_fixed),
fs/hpfs/hpfs.h
437
static inline bool bp_internal(struct bplus_header *bp)
fs/hpfs/hpfs.h
442
static inline bool bp_fnode_parent(struct bplus_header *bp)
fs/hpfs/hpfs_fn.h
213
secno hpfs_bplus_lookup(struct super_block *, struct inode *, struct bplus_header *, unsigned, struct buffer_head *);
fs/hpfs/hpfs_fn.h
215
void hpfs_remove_btree(struct super_block *, struct bplus_header *);