Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/lindebugfs/
H A Dlindebugfs.c86 const struct file_operations *dm_fops; member
137 rc = d->dm_fops->open(&vn, &lf); in debugfs_fill()
147 rc = d->dm_fops->read(&lf, NULL, len, &off); in debugfs_fill()
149 rc = d->dm_fops->write(&lf, buf, len, &off); in debugfs_fill()
150 if (d->dm_fops->release) in debugfs_fill()
151 d->dm_fops->release(&vn, &lf); in debugfs_fill()
188 dm->dm_fops = fops; in debugfs_create_file()