Home
last modified time | relevance | path

Searched refs:affs_root_tail (Results 1 – 3 of 3) sorted by relevance

/linux/fs/affs/
H A Damigaffs.h61 struct affs_root_tail { struct
H A Daffs.h22 …efine AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(stru…
H A Dsuper.c37 struct affs_root_tail *tail = AFFS_ROOT_TAIL(sb, bh); in affs_commit_super()