Searched refs:vfe (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vfsops.c1021 struct vfs_fsentry vfe; local
1023 bzero(&vfe, sizeof(struct vfs_fsentry));
1024 vfe.vfe_vfsops = &webdav_vfsops; /* vfs operations */
1025 vfe.vfe_vopcnt = 1; /* # of vnodeopv_desc being registered (reg, spec, fifo ...) */
1026 vfe.vfe_opvdescs = webdav_vnodeop_opv_desc_list; /* null terminated; */
1027 vfe.vfe_fstypenum = 0; /* historic file system type number (we have none)*/
1028 strncpy(vfe.vfe_fsname, webdav_name, strlen(webdav_name));
1031 vfe.vfe_flags = VFS_TBLNOTYPENUM | VFS_TBL64BITREADY | VFS_TBLTHREADSAFE |
1033 error = vfs_fsadd(&vfe, &webdav_vfsconf);
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vfsops.c1565 struct vfs_fsentry vfe; local
1567 vfe.vfe_vfsops = &msdosfs_vfsops;
1568 vfe.vfe_vopcnt = 2; /* We just have vnode operations for regular files and directories, and the FAT */
1569 vfe.vfe_opvdescs = msdosfs_vnodeop_opv_desc_list;
1570 strlcpy(vfe.vfe_fsname, "msdos", sizeof(vfe.vfe_fsname));
1571 vfe.vfe_flags = VFS_TBLTHREADSAFE | VFS_TBLNOTYPENUM | VFS_TBLLOCALVOL | VFS_TBL64BITREADY | VFS_TBLREADDIR_EXTENDED;
1572 vfe.vfe_reserv[0] = 0;
1573 vfe.vfe_reserv[1] = 0;
1575 error = vfs_fsadd(&vfe,
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c790 vfs_fsadd(struct vfs_fsentry *vfe, vfstable_t * handle) argument
806 if (vfe == (struct vfs_fsentry *)0)
809 desccount = vfe->vfe_vopcnt;
810 if ((desccount <=0) || ((desccount > 8)) || (vfe->vfe_vfsops == (struct vfsops *)NULL)
811 || (vfe->vfe_opvdescs == (struct vnodeopv_desc **)NULL))
815 if ((vfe->vfe_flags & (VFS_TBLTHREADSAFE | VFS_TBLFSNODELOCK)) == 0) {
822 newvfstbl->vfc_vfsops = vfe->vfe_vfsops;
823 strncpy(&newvfstbl->vfc_name[0], vfe->vfe_fsname, MFSNAMELEN);
824 if ((vfe->vfe_flags & VFS_TBLNOTYPENUM))
827 newvfstbl->vfc_typenum = vfe
[all...]
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_vfsops.c2599 struct vfs_fsentry vfe; local
2604 vfe.vfe_vfsops = &smbfs_vfsops;
2606 vfe.vfe_vopcnt = 1;
2607 vfe.vfe_opvdescs = smbfs_vnodeop_opv_desc_list;
2608 strlcpy(vfe.vfe_fsname, smbfs_name, sizeof(vfe.vfe_fsname));
2609 vfe.vfe_flags = VFS_TBLTHREADSAFE | VFS_TBLFSNODELOCK | VFS_TBLNOTYPENUM |
2613 vfe.vfe_reserv[0] = 0;
2614 vfe.vfe_reserv[1] = 0;
2616 error = vfs_fsadd(&vfe,
[all...]
/macosx-10.10/ntfs-84/kext/
H A Dntfs_vfsops.c5536 struct vfs_fsentry vfe; local
5589 vfe = (struct vfs_fsentry) {
5602 err = vfs_fsadd(&vfe, &ntfs_vfstable);
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit13052 vfe/ �� # ---> 4v4-3^0v 0

Completed in 145 milliseconds