Searched refs:affs_root_tail (Results 1 – 3 of 3) sorted by relevance
24 …efine AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(stru…
60 struct affs_root_tail { struct
37 struct affs_root_tail *tail = AFFS_ROOT_TAIL(sb, bh); in affs_commit_super()