Searched refs:AFFS_ROOT_TAIL (Results 1 - 4 of 4) sorted by path

/linux-master/fs/affs/
H A Dbitmap.c256 if (!AFFS_ROOT_TAIL(sb, sbi->s_root_bh)->bm_flag) {
H A Daffs.h24 #define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_root_tail))) macro
H A Dinode.c187 &AFFS_ROOT_TAIL(sb, bh)->root_change);
H A Dsuper.c37 struct affs_root_tail *tail = AFFS_ROOT_TAIL(sb, bh);
433 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) {
510 u8 len = AFFS_ROOT_TAIL(sb, root_bh)->disk_name[0];
513 AFFS_ROOT_TAIL(sb, root_bh)->disk_name + 1,

Completed in 324 milliseconds