Searched refs:ubh_get_data_ptr (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ufs/ |
H A D | inode.c | 972 void *p = ubh_get_data_ptr(uspi, ubh, i); in free_full_branch() 981 void *p = ubh_get_data_ptr(uspi, ubh, i); in free_full_branch() 1001 void *p = ubh_get_data_ptr(uspi, ubh, i); in free_branch_tail() 1015 void *p = ubh_get_data_ptr(uspi, ubh, i); in free_branch_tail() 1144 p = ubh_get_data_ptr(uspi, ubh[i], offsets[i + 1]++); in ufs_truncate_blocks()
|
H A D | util.h | 328 static inline void *ubh_get_data_ptr(struct ufs_sb_private_info *uspi, in ubh_get_data_ptr() function
|