OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpfs_reg_resize
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/tmpfs/
tmpfs.h
269
int
tmpfs_reg_resize
(vnode_t *, off_t);
tmpfs_vnops.c
604
error =
tmpfs_reg_resize
(vp, uio->uio_offset + uio->uio_resid);
649
(void)
tmpfs_reg_resize
(vp, oldsize);
1099
error =
tmpfs_reg_resize
(vp, 0);
tmpfs_subr.c
897
*
tmpfs_reg_resize
: resize the underlying UVM object associated with the
901
tmpfs_reg_resize
(struct vnode *vp, off_t newsize)
function in typeref:typename:int
1130
/* Note:
tmpfs_reg_resize
() will raise NOTE_EXTEND and NOTE_ATTRIB. */
1132
(error =
tmpfs_reg_resize
(vp, length)) != 0) {
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025