Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-module.c124 if (libcfs_psdev_ops.p_close != NULL) in libcfs_psdev_release()
125 rc = libcfs_psdev_ops.p_close(0, (void *)pdu); in libcfs_psdev_release()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs.h84 int (*p_close)(unsigned long, void *); member