Searched refs:AFFS_ROOT_TAIL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/ |
H A D | super.c | 37 struct affs_root_tail *tail = AFFS_ROOT_TAIL(sb, bh); in affs_commit_super() 434 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) { in affs_fill_super() 511 u8 len = AFFS_ROOT_TAIL(sb, root_bh)->disk_name[0]; in affs_fill_super() 514 AFFS_ROOT_TAIL(sb, root_bh)->disk_name + 1, in affs_fill_super()
|
H A D | affs.h | 24 #define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_root_tail))) macro
|
H A D | bitmap.c | 256 if (!AFFS_ROOT_TAIL(sb, sbi->s_root_bh)->bm_flag) { in affs_init_bitmap()
|
H A D | inode.c | 191 &AFFS_ROOT_TAIL(sb, bh)->root_change); in affs_write_inode()
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | super.c | 37 struct affs_root_tail *tail = AFFS_ROOT_TAIL(sb, bh); in affs_commit_super() 434 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) { in affs_fill_super() 511 u8 len = AFFS_ROOT_TAIL(sb, root_bh)->disk_name[0]; in affs_fill_super() 514 AFFS_ROOT_TAIL(sb, root_bh)->disk_name + 1, in affs_fill_super()
|
H A D | affs.h | 24 #define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_root_tail))) macro
|
H A D | bitmap.c | 256 if (!AFFS_ROOT_TAIL(sb, sbi->s_root_bh)->bm_flag) { in affs_init_bitmap()
|
H A D | inode.c | 191 &AFFS_ROOT_TAIL(sb, bh)->root_change); in affs_write_inode()
|
Completed in 7 milliseconds