Home
last modified time | relevance | path

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

/kernel/liteos_a/drivers/block/disk/src/
H A Ddisk.c449 struct block_operations *bops = (struct block_operations *)((struct drv_data *)blkDrv->data)->ops; in GPTInfoGet()
495 struct block_operations *bops = NULL; in OsGPTPartitionRecognition()
517 bops = (struct block_operations *)((struct drv_data *)blkDrv->data)->ops; in OsGPTPartitionRecognition()
562 struct block_operations *bops = (struct block_operations *)((struct drv_data *)blkDrv->data)->ops; in DiskGPTPartitionRecognition()
591 struct block_operations *bops = (struct block_operations *)((struct drv_data *)blkDrv->data)->ops; in OsMBRInfoGet()
617 struct block_operations *bops = (struct block_operations *)((struc in OsEBRInfoGet()
[all...]
/kernel/liteos_a/drivers/mtd/multi_partition/include/
H A Dmtd_partition.h72 const struct block_operations *flash_ops;
/kernel/liteos_a/drivers/block/disk/include/
H A Ddisk.h254 * @param bops [IN] Type #const struct block_operations * block driver control structure.
267 INT32 los_disk_init(const CHAR *diskName, const struct block_operations *bops,
/kernel/liteos_a/fs/vfs/bcache/src/
H A Dbcache.c779 struct block_operations *bops = (struct block_operations *)((struct drv_data *)priv->data)->ops; in DrvBread()
791 struct block_operations *bops = (struct block_operations *)((struct drv_data *)priv->data)->ops; in DrvBwrite()
/kernel/liteos_a/fs/rootfs/
H A Dlos_rootfs.c53 struct block_operations *StorageBlockGetMmcOps(void);
/kernel/linux/linux-5.10/fs/f2fs/
H A Dcheckpoint.c1191 static int block_operations(struct f2fs_sb_info *sbi) in block_operations() function
1612 err = block_operations(sbi); in f2fs_write_checkpoint()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcheckpoint.c1201 static int block_operations(struct f2fs_sb_info *sbi) in block_operations() function
1649 err = block_operations(sbi); in f2fs_write_checkpoint()
/kernel/liteos_a/fs/fat/os_adapt/
H A Dfatfs.c1055 const struct block_operations *bops = dd->ops; in fat_bind_check()
1274 const struct block_operations *bops = dd->ops; in fatfs_umount()

Completed in 13 milliseconds