Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Dlloop.c121 int lo_refcnt; member
556 if (lo->lo_refcnt > count) /* we needed one fd for the ioctl */ in loop_clr_fd()
589 lo->lo_refcnt++; in lo_open()
600 --lo->lo_refcnt; in lo_release()
/drivers/block/
Dloop.h29 int lo_refcnt; member
Dloop.c1004 if (lo->lo_refcnt > 1) { in loop_clr_fd()
1508 lo->lo_refcnt++; in lo_open()
1521 if (--lo->lo_refcnt) in __lo_release()
1789 if (lo->lo_refcnt > 0) { in loop_control_ioctl()