HomeSort by: relevance | last modified time | path
    Searched defs:fmi (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_trans.c 235 struct fstrans_mount_info *fmi, *fmi_lower; local in function:fstrans_mount_get
240 SLIST_FOREACH(fmi, &fstrans_mount_hashtab[indx], fmi_hash) {
241 if (fmi->fmi_mount == mp) {
243 fmi->fmi_lower_info == NULL)) {
248 KASSERT(fmi->fmi_ref_cnt == 1);
255 fmi->fmi_lower_info = fmi_lower;
256 fmi->fmi_lower_info->fmi_ref_cnt += 1;
258 return fmi;
269 fstrans_mount_dtor(struct fstrans_mount_info *fmi)
274 KASSERT(fmi != NULL)
331 struct fstrans_mount_info *fmi; local in function:fstrans_unmount
403 struct fstrans_mount_info *fmi; local in function:fstrans_alloc_lwp_info
524 struct fstrans_mount_info *fmi; local in function:_fstrans_start
595 struct fstrans_mount_info *fmi; local in function:fstrans_done
634 struct fstrans_mount_info *fmi; local in function:fstrans_held
653 struct fstrans_mount_info *fmi; local in function:fstrans_is_owner
700 struct fstrans_mount_info *fmi; local in function:fstrans_setstate
751 struct fstrans_mount_info *fmi; local in function:fstrans_getstate
887 struct fstrans_mount_info *fmi; local in function:fscow_establish
916 struct fstrans_mount_info *fmi; local in function:fscow_disestablish
949 struct fstrans_mount_info *fmi; local in function:fscow_run
1090 struct fstrans_mount_info *fmi; local in function:fstrans_print_mount
    [all...]
  /src/lib/libperfuse/
ops.c 1294 struct fuse_mknod_in *fmi; local in function:perfuse_node_mknod
1327 len = sizeof(*fmi) + pcn->pcn_namelen + 1;
1333 fmi = GET_INPAYLOAD(ps, pm, fuse_mknod_in);
1334 fmi->mode = vap->va_mode | VTTOIF(vap->va_type);
1335 fmi->rdev = (uint32_t)vap->va_rdev;
1336 fmi->umask = 0; /* Seems unused bu libfuse */
1337 (void)strlcpy((char *)(void *)(fmi + 1), path, len - sizeof(*fmi));
2325 struct fuse_mkdir_in *fmi; local in function:perfuse_node_mkdir
2336 len = sizeof(*fmi) + pcn->pcn_namelen + 1;
    [all...]

Completed in 15 milliseconds