linux/fs/adfs
Russell King 5ed70bb477 fs/adfs: clean up indirect disc addresses and fragment IDs
We use a variety of different names for the indirect disc address of
the current object, use a variety of different types, and print it in
a variety of different ways. Bring some consistency to this by naming
it "indaddr", use u32 or __u32 as the type since it fits in 32-bits,
and always print it with %06x (with no leading hex prefix.)

When printing it was a directory identifer, use "dir %06x" otherwise
use "object %06x".

Do the same for fragment IDs and the parent indirect disc addresses.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2019-06-26 20:14:14 -04:00
..
adfs.h fs/adfs: clean up indirect disc addresses and fragment IDs 2019-06-26 20:14:14 -04:00
dir.c fs/adfs: clean up indirect disc addresses and fragment IDs 2019-06-26 20:14:14 -04:00
dir_f.c fs/adfs: clean up indirect disc addresses and fragment IDs 2019-06-26 20:14:14 -04:00
dir_f.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dir_fplus.c fs/adfs: clean up indirect disc addresses and fragment IDs 2019-06-26 20:14:14 -04:00
dir_fplus.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
file.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
inode.c fs/adfs: clean up indirect disc addresses and fragment IDs 2019-06-26 20:14:14 -04:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
map.c fs/adfs: clean up indirect disc addresses and fragment IDs 2019-06-26 20:14:14 -04:00
super.c fs/adfs: clean up indirect disc addresses and fragment IDs 2019-06-26 20:14:14 -04:00