Home
last modified time | relevance | path

Searched refs:vfs_getopt_size (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/fs/tmpfs/
Dtmpfs_vfsops.c348 if (vfs_getopt_size(mp->mnt_optnew, "size", &size_max) == 0) { in tmpfs_mount()
389 if (vfs_getopt_size(mp->mnt_optnew, "inodes", &nodes_max) != 0) in tmpfs_mount()
391 if (vfs_getopt_size(mp->mnt_optnew, "size", &size_max) != 0) in tmpfs_mount()
393 if (vfs_getopt_size(mp->mnt_optnew, "maxfilesize", &maxfilesize) != 0) in tmpfs_mount()
/freebsd-12-stable/sys/sys/
Dmount.h906 int vfs_getopt_size(struct vfsoptlist *opts, const char *name,
/freebsd-12-stable/sys/kern/
Dvfs_mount.c1629 vfs_getopt_size(struct vfsoptlist *opts, const char *name, off_t *value) in vfs_getopt_size() function