Searched refs:vm_file (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_core_uverbs.c65 struct ib_uverbs_file *ufile = vma->vm_file->private_data;
112 if (WARN_ON(!vma->vm_file ||
113 vma->vm_file->private_data != ufile))
H A Dib_uverbs_main.c698 struct ib_uverbs_file *ufile = vma->vm_file->private_data;
736 struct ib_uverbs_file *ufile = vma->vm_file->private_data;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h116 struct linux_file *vm_file; member in struct:vm_area_struct
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c559 /* Drop reference on vm_file */
560 if (vmap->vm_file != NULL)
561 fput(vmap->vm_file);
666 tmp = vma->vm_file;
667 vma->vm_file = file;
1245 vmap->vm_file = get_file(filp);

Completed in 91 milliseconds