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

/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs.h502 int tmpfs_truncate(struct vnode *, off_t);
H A Dtmpfs_subr.c2275 error = tmpfs_truncate(vp, size);
2277 * tmpfs_truncate will raise the NOTE_EXTEND and NOTE_ATTRIB kevents
2385 tmpfs_truncate(struct vnode *vp, off_t length) function

Completed in 116 milliseconds