Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/union/
H A Dunion_vnops.c107 int union_write(void *);
160 { &vop_write_desc, union_write }, /* write */
1032 union_write(void *v) in union_write() function