Searched refs:vfs_getopt_size (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/fs/tmpfs/ |
| D | tmpfs_vfsops.c | 348 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/ |
| D | mount.h | 906 int vfs_getopt_size(struct vfsoptlist *opts, const char *name,
|
| /freebsd-12-stable/sys/kern/ |
| D | vfs_mount.c | 1629 vfs_getopt_size(struct vfsoptlist *opts, const char *name, off_t *value) in vfs_getopt_size() function
|