Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Damigaffs.h56 struct affs_root_tail { struct
/linux-4.4.14/fs/affs/
Daffs.h23 …efine AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(stru…
Dsuper.c32 struct affs_root_tail *tail = AFFS_ROOT_TAIL(sb, bh); in affs_commit_super()