Searched refs:vfs_getopt_size (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 349 if (vfs_getopt_size(mp->mnt_optnew, "size", &size_max) == 0) { in tmpfs_mount() 360 if (vfs_getopt_size(mp->mnt_optnew, "easize", &ea_max_size) == 0) { in tmpfs_mount() 402 if (vfs_getopt_size(mp->mnt_optnew, "inodes", &nodes_max) != 0) in tmpfs_mount() 404 if (vfs_getopt_size(mp->mnt_optnew, "size", &size_max) != 0) in tmpfs_mount() 406 if (vfs_getopt_size(mp->mnt_optnew, "maxfilesize", &maxfilesize) != 0) in tmpfs_mount() 408 if (vfs_getopt_size(mp->mnt_optnew, "easize", &ea_max_size) != 0) in tmpfs_mount()
|
/freebsd/sys/sys/ |
H A D | mount.h | 1020 int vfs_getopt_size(struct vfsoptlist *opts, const char *name,
|
/freebsd/sys/kern/ |
H A D | vfs_mount.c | 2561 vfs_getopt_size(struct vfsoptlist *opts, const char *name, off_t *value) in vfs_getopt_size() function
|