Searched refs:DIO_LOCKING (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/
H A Ddirect-io.c1085 * - if the flags value contains DIO_LOCKING we use a fancy locking
1090 * - if the flags value does NOT contain DIO_LOCKING we don't use any
1098 * and truncates. For DIO_LOCKING filesystems this is done by i_mutex,
1144 if (dio->flags & DIO_LOCKING && iov_iter_rw(iter) == READ) {
1165 if (dio->flags & DIO_LOCKING && iov_iter_rw(iter) == READ) {
1292 if (iov_iter_rw(iter) == READ && (dio->flags & DIO_LOCKING))
1317 if (dio->flags & DIO_LOCKING && iov_iter_rw(iter) == READ)
/linux-master/include/linux/
H A Dfs.h3173 DIO_LOCKING = 0x01, enumerator in enum:__anon235
3191 get_block, NULL, DIO_LOCKING | DIO_SKIP_HOLES);

Completed in 215 milliseconds