Home
last modified time | relevance | path

Searched refs:fileobj (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_page.c336 struct fileobj { in linux_shmem_file_setup() struct
340 struct fileobj *fileobj; in linux_shmem_file_setup() local
345 fileobj = kzalloc(sizeof(*fileobj), GFP_KERNEL); in linux_shmem_file_setup()
346 if (fileobj == NULL) { in linux_shmem_file_setup()
350 filp = &fileobj->file; in linux_shmem_file_setup()
351 vp = &fileobj->vnode; in linux_shmem_file_setup()
/freebsd-12-stable/sys/compat/ndis/
Dsubr_ntoskrnl.c3220 IoGetDeviceObjectPointer(name, reqaccess, fileobj, devobj) argument
3223 void *fileobj;