Searched refs:get_usb_offset (Results 1 - 1 of 1) sorted by relevance

/fs/ufs/
H A Dutil.h294 static inline void *get_usb_offset(struct ufs_sb_private_info *uspi, function
305 ((struct ufs_super_block_first *)get_usb_offset((uspi), 0))
308 ((struct ufs_super_block_second *)get_usb_offset((uspi), UFS_SECTOR_SIZE))
311 ((struct ufs_super_block_third *)get_usb_offset((uspi), 2*UFS_SECTOR_SIZE))

Completed in 19 milliseconds