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...] |