Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/bch/
H A Dbchlib_setup.c75 struct block_operations *bops = (struct block_operations *)drv->ops; in bchlib_setup() local
77 DEBUGASSERT(bch->vnode && bops && bops->geometry); in bchlib_setup()
79 ret = bops->geometry(bch->vnode, &geo); in bchlib_setup()
93 if (!readonly && (!bops->write || !geo.geo_writeenabled)) in bchlib_setup()
/third_party/NuttX/fs/driver/
H A Dfs_registerblockdriver.c47 * bops - The block driver operations structure
63 const struct block_operations *bops, in register_blockdriver()
82 data->ops = (void *)bops; in register_blockdriver()
62 register_blockdriver(const char *path, const struct block_operations *bops, mode_t mode, void *priv) register_blockdriver() argument
/third_party/NuttX/fs/vfs/include/
H A Ddriver.h135 * The bops must pointed the right functions, otherwise the system will crash when the device is being operated.
139 * bops - The block driver operations structure
155 const struct block_operations *bops,

Completed in 3 milliseconds