OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_ahead_long
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/lib/device/
dev-io.c
318
long
read_ahead_long
;
local
328
if (ioctl(dev->fd, BLKRAGET, &
read_ahead_long
) < 0) {
338
*read_ahead = (uint32_t)
read_ahead_long
;
339
dev->read_ahead =
read_ahead_long
;
/src/external/gpl2/lvm2/dist/libdm/
libdm-common.c
662
long
read_ahead_long
;
local
672
if (ioctl(fd, BLKRAGET, &
read_ahead_long
)) {
677
*read_ahead = (uint32_t)
read_ahead_long
;
691
long
read_ahead_long
= (long) read_ahead;
local
703
if (ioctl(fd, BLKRASET,
read_ahead_long
)) {
Completed in 16 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026