Searched refs:_default_fops (Results 1 – 2 of 2) sorted by relevance
54 static struct dfs_file_ops _default_fops = { 0 }; variable534 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()
92 static struct dfs_file_ops _default_fops; variable482 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