Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ufs/
H A Dufsmount.h136 int (*uo_truncate)(struct vnode *, off_t, int, kauth_cred_t); member
151 (*UFS_OPS(vp)->uo_truncate)((vp), (off), (flags), (cr))
/netbsd-src/sys/ufs/ffs/
H A Dffs_vfsops.c185 .uo_truncate = ffs_truncate,