Home
last modified time | relevance | path

Searched refs:lo_refcnt (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/
Dloop.h31 int lo_refcnt; member
Dloop.c834 if (lo->lo_refcnt > 1) { in loop_clr_fd()
1334 lo->lo_refcnt++; in lo_open()
1348 if (--lo->lo_refcnt) in lo_release()
1721 if (lo->lo_refcnt > 0) { in loop_control_ioctl()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlloop.c120 int lo_refcnt; member
555 if (lo->lo_refcnt > count) /* we needed one fd for the ioctl */ in loop_clr_fd()
588 lo->lo_refcnt++; in lo_open()
599 --lo->lo_refcnt; in lo_release()