Home
last modified time | relevance | path

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

/openbsd/sys/tmpfs/
H A Dtmpfs.h287 int tmpfs_truncate(struct vnode *, off_t);
H A Dtmpfs_subr.c1087 return tmpfs_truncate(vp, size); in tmpfs_chsize()
1152 tmpfs_truncate(struct vnode *vp, off_t length) in tmpfs_truncate() function