Searched refs:ubh (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ufs/ |
| H A D | util.h | 302 #define ubh_get_ucg(ubh) \ argument 303 ((struct ufs_cylinder_group *)((ubh)->bh[0]->b_data)) 310 #define ubh_get_addr8(ubh,begin) \ argument 311 ((u8*)(ubh)->bh[(begin) >> uspi->s_fshift]->b_data + \ 314 #define ubh_get_addr16(ubh,begin) \ argument 315 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \ 318 #define ubh_get_addr32(ubh,begin) \ argument 319 (((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \ 322 #define ubh_get_addr64(ubh,begin) \ argument 323 (((__fs64*)((ubh)->bh[(begin) >> (uspi->s_fshift-3)]->b_data)) + \ [all …]
|
| H A D | inode.c | 966 struct ufs_buffer_head *ubh = ubh_bread(sb, ind_block, uspi->s_bsize); in free_full_branch() local 969 if (!ubh) in free_full_branch() 974 void *p = ubh_get_data_ptr(uspi, ubh, i); in free_full_branch() 983 void *p = ubh_get_data_ptr(uspi, ubh, i); in free_full_branch() 991 ubh_bforget(ubh); in free_full_branch() 995 static void free_branch_tail(struct inode *inode, unsigned from, struct ufs_buffer_head *ubh, int d… in free_branch_tail() argument 1003 void *p = ubh_get_data_ptr(uspi, ubh, i); in free_branch_tail() 1009 ubh_mark_buffer_dirty(ubh); in free_branch_tail() 1017 void *p = ubh_get_data_ptr(uspi, ubh, i); in free_branch_tail() 1023 ubh_mark_buffer_dirty(ubh); in free_branch_tail() [all …]
|
| H A D | super.c | 726 struct ufs_buffer_head * ubh; in ufs_fill_super() local 735 ubh = NULL; in ufs_fill_super() 936 ubh = ubh_bread_uspi(uspi, sb, uspi->s_sbbase + super_block_offset/block_size, super_block_size); in ufs_fill_super() 938 if (!ubh) in ufs_fill_super() 989 ubh = NULL; in ufs_fill_super() 1039 ubh = NULL; in ufs_fill_super() 1226 if (ubh) in ufs_fill_super()
|