Home
last modified time | relevance | path

Searched refs:tm_maxfilesize (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c451 tmp->tm_maxfilesize = maxfilesize > 0 ? maxfilesize : OFF_MAX; in tmpfs_mount()
723 (uintmax_t)tmp->tm_maxfilesize, in db_print_tmpfs()
H A Dtmpfs.h412 u_int64_t tm_maxfilesize; member
H A Dtmpfs_vnops.c684 tm_maxfilesize, &r, uio->uio_td); in tmpfs_write()
H A Dtmpfs_subr.c2392 if (length > VFS_TO_TMPFS(vp->v_mount)->tm_maxfilesize) in tmpfs_truncate()