Home
last modified time | relevance | path

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

/Linux-v4.19/fs/affs/
Damigaffs.h57 struct affs_root_tail { struct
Daffs.h24 …efine AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(stru…
Dsuper.c36 struct affs_root_tail *tail = AFFS_ROOT_TAIL(sb, bh); in affs_commit_super()