Home | Sort by: relevance | last modified time | path |
/src/sys/fs/tmpfs/ | |
tmpfs_specops.h | 47 extern int (**tmpfs_specop_p)(void *); |
tmpfs_specops.c | 51 int (**tmpfs_specop_p)(void *); variable in typeref:typename:int (**)(void *) 76 &tmpfs_specop_p, tmpfs_specop_entries |
tmpfs_subr.c | 129 vp->v_op = tmpfs_specop_p; |