Home
last modified time | relevance | path

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

/netbsd-src/sys/miscfs/kernfs/
H A Dkernfs_vnops.c238 if (a->kf_type < b->kf_type) in kernfs_fileop_compare()
240 if (a->kf_type > b->kf_type) in kernfs_fileop_compare()
268 dkf[i].kf_type = nextfreetype; in kernfs_alloctype()
273 skf.kf_type = nextfreetype; in kernfs_alloctype()
287 skf.kf_type = type; in kernfs_try_fileop()
301 skf.kf_type = type; in kernfs_try_xread()
315 skf.kf_type = type; in kernfs_try_xwrite()
H A Dkernfs.h147 kfstype kf_type; member