Home
last modified time | relevance | path

Searched refs:i_bops (Results 1 – 1 of 1) sorted by relevance

/third_party/NuttX/fs/driver/
Dfs_findblockdriver.c84 struct block_operations *i_bops = (struct block_operations *)((struct drv_data *)vp->data)->ops; in find_blockdriver() local
86 …if (i_bops == NULL || i_bops->read == NULL || (i_bops->write == NULL && (mountflags & MS_RDONLY) =… in find_blockdriver()