Searched refs:LKLVL0 (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/fs/doio/ |
D | growfiles.c | 333 #define LKLVL0 1 /* file lock around write/read/trunc */ macro 2039 lkfile(fd, LOCK_EX, LKLVL0); /* get exclusive lock */ in growfile() 2061 lkfile(fd, LOCK_UN, LKLVL0); in growfile() 2079 lkfile(fd, LOCK_EX, LKLVL0); /* get exclusive lock */ in growfile() 2093 lkfile(fd, LOCK_UN, LKLVL0); /* release lock */ in growfile() 2192 lkfile(fd, LOCK_EX, LKLVL0); /* get exclusive lock */ in growfile() 2258 lkfile(fd, LOCK_UN, LKLVL0); in growfile() 2383 lkfile(fd, LOCK_EX, LKLVL0); in shrinkfile() 2389 lkfile(fd, LOCK_UN, LKLVL0); in shrinkfile() 2396 lkfile(fd, LOCK_UN, LKLVL0); in shrinkfile() [all …]
|