Home
last modified time | relevance | path

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

/openbmc/linux/fs/affs/
H A Damigaffs.h22 #define T_SHORT 2 macro
H A Dinode.c43 if (affs_checksum_block(sb, bh) || be32_to_cpu(AFFS_HEAD(bh)->ptype) != T_SHORT) { in affs_iget()
385 AFFS_HEAD(bh)->ptype = cpu_to_be32(T_SHORT); in affs_add_entry()
H A Dsuper.c433 be32_to_cpu(AFFS_ROOT_HEAD(root_bh)->ptype) == T_SHORT && in affs_fill_super()