/src/sbin/resize_lfs/ |
resize_lfs.c | 72 struct statvfs vfs; local in function:main 98 if (statvfs(fsname, &vfs) < 0) 100 rdevlen = strlen(vfs.f_mntfromname) + 2; 102 if (getdiskrawname(rdev, rdevlen, vfs.f_mntfromname) == NULL) 103 err(1, "Could not convert '%s' to raw name", vfs.f_mntfromname);
|
/src/sys/kern/ |
vfs_init.c | 105 SDT_PROVIDER_DEFINE(vfs); 119 struct vfs_list_head vfs_list = /* vfs list */ 156 SYSCTL_DESCR("Non-specific vfs related information"), 438 * Initialise VFS hooks. 461 vfs_delref(struct vfsops *vfs) 465 vfs->vfs_refcount--; 473 vfs_attach(struct vfsops *vfs) 484 if (strcmp(vfs->vfs_name, v->vfs_name) == 0) { 493 vfs_opv_init(vfs->vfs_opv_descs); 498 (*vfs->vfs_init)() 565 struct vfsops *vfs; local in function:vfs_reinit [all...] |
/src/share/examples/refuse/fanoutfs/ |
fanoutfs.c | 56 static struct stat vfs; /* stat info of directory */ variable in typeref:struct:stat 340 st->f_owner = vfs.st_uid;
|
/src/share/examples/refuse/icfs/ |
icfs.c | 57 static struct stat vfs; /* stat info of directory */ variable in typeref:struct:stat 223 st->f_owner = vfs.st_uid;
|
/src/usr.bin/pmap/ |
pmap.c | 333 struct kbit *uvm_obj, *vp, *vfs; local in function:dump_vm_map_entry 348 vfs = &kbit[2]; 352 A(vfs) = 0; 418 A(vfs) = 0; 421 P(vfs) = D(vp, vnode)->v_mount; 422 S(vfs) = sizeof(struct mount); 423 KDEREF(kd, vfs); 424 D(vp, vnode)->v_mount = D(vfs, mount); 460 name = findname(kd, vmspace, vm_map_entry, vp, vfs, uvm_obj); 748 struct kbit *vfs, struct kbit *uvm_obj [all...] |
/src/sys/ufs/lfs/ |
lfs_vfsops.c | 264 * more instance of the "number to vfs" mapping problem, but 416 struct vfsops *vfs = NULL; local in function:lfs_writerd 427 vfs = vfs_getopsbyname(MOUNT_LFS); 538 if (vfs != NULL) 539 vfs->vfs_refcount--; 642 * VFS Operations.
|
/src/sys/dev/pci/ixgbe/ |
ixgbe.h | 587 struct ixgbe_vf *vfs; member in struct:ixgbe_softc
|