Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c54 static struct dfs_file_ops _default_fops = { 0 }; variable
534 vnode->fops = &_default_fops; in devtmpfs_create_vnode()
581 vnode->fops = &_default_fops; in devtmpfs_lookup()
627 .default_fops = &_default_fops,
653 _default_fops = *dfs_devfs_fops(); in dfs_devtmpfs_init()
654 _default_fops.getdents = devtmpfs_getdents; in dfs_devtmpfs_init()
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c92 static struct dfs_file_ops _default_fops; variable
482 vnode->fops = &_default_fops; in ptyfs_ops_lookup()
625 .default_fops = &_default_fops,
650 _default_fops = *dfs_devfs_fops(); in _ptyfs_init()
651 _default_fops.getdents = devpty_deffops_getdents; in _ptyfs_init()

Completed in 6 milliseconds