Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/v7fs/
H A Dv7fs_file.c66 static int remove_subr(struct v7fs_self *, void *, v7fs_daddr_t, size_t);
360 if ((error = v7fs_datablock_foreach(fs, parent_dir, remove_subr, in v7fs_directory_remove_entry()
381 remove_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz) in remove_subr() function