Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Drpc_pipe.c221 int first_open; in rpc_pipe_open() local
228 first_open = pipe->nreaders == 0 && pipe->nwriters == 0; in rpc_pipe_open()
229 if (first_open && pipe->ops->open_pipe) { in rpc_pipe_open()
/Linux-v4.19/fs/
Dblock_dev.c1441 bool first_open = false; in __blkdev_get() local
1468 first_open = true; in __blkdev_get()
1561 if (!first_open) in __blkdev_get()
/Linux-v4.19/drivers/staging/media/zoran/
Dzoran_driver.c915 int res, first_open = 0; in zoran_open() local
955 first_open = 1; in zoran_open()
958 if (first_open) { /* First device open */ in zoran_open()