Searched defs:devvp_is_snapshot (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/ufs/ffs/
H A Dffs_alloc.c1569 const bool devvp_is_snapshot = (devvp->v_type != VBLK); local
1841 const bool devvp_is_snapshot = (devvp->v_type != VBLK); local
1872 ffs_blkfree_common(struct ufsmount *ump, struct fs *fs, dev_t dev, struct buf *bp, daddr_t bno, long size, bool devvp_is_snapshot) argument
2072 ffs_freefile_common(struct ufsmount *ump, struct fs *fs, dev_t dev, struct buf *bp, ino_t ino, int mode, bool devvp_is_snapshot) argument
2127 const bool devvp_is_snapshot = (devvp->v_type != VBLK); local
[all...]

Completed in 163 milliseconds