Searched refs:ubh_get_data_ptr (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ufs/ |
H A D | inode.c | 992 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_full_branch() 1021 void *p = ubh_get_data_ptr(uspi, ubh, i); in free_branch_tail() 1035 void *p = ubh_get_data_ptr(uspi, ubh, i); in free_branch_tail() 1165 p = ubh_get_data_ptr(uspi, ubh[i], offsets[i + 1]++); in ufs_truncate_blocks()
|
H A D | util.h | 335 static inline void *ubh_get_data_ptr(struct ufs_sb_private_info *uspi, in ubh_get_data_ptr() function
|