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

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c343 struct fileobj { struct
347 struct fileobj *fileobj; local
352 fileobj = kzalloc(sizeof(*fileobj), GFP_KERNEL);
353 if (fileobj == NULL) {
357 filp = &fileobj->file;
358 vp = &fileobj->vnode;
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3218 IoGetDeviceObjectPointer(name, reqaccess, fileobj, devobj)
3221 void *fileobj;

Completed in 119 milliseconds