Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 6 of 6) sorted by relevance

/fs/affs/
Damigaffs.h73 __be32 stype; member
102 __be32 stype; member
Dinode.c92 switch (be32_to_cpu(tail->stype)) { in affs_iget()
98 if (be32_to_cpu(tail->stype) == ST_USERDIR || in affs_iget()
189 if (tail->stype == cpu_to_be32(ST_ROOT)) { in affs_write_inode()
387 AFFS_TAIL(sb, bh)->stype = cpu_to_be32(type); in affs_add_entry()
Damigaffs.c209 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) { in affs_remove_link()
290 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) { in affs_remove_header()
Dnamei.c219 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) { in affs_lookup()
Dsuper.c434 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) { in affs_fill_super()
Dfile.c137 AFFS_TAIL(sb, new_bh)->stype = cpu_to_be32(ST_FILE); in affs_alloc_extblock()