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

/linux-master/fs/ext4/
H A Dinode.c197 * dirtied the inode. And for inodes with dioread_nolock, unwritten
425 * e.g. xfstests #223 when dioread_nolock enables. The reason
2136 int err, dioread_nolock; local
2157 dioread_nolock = ext4_should_dioread_nolock(inode);
2158 if (dioread_nolock)
2166 if (dioread_nolock && (map->m_flags & EXT4_MAP_UNWRITTEN)) {
5976 * fallocate or buffered writes in dioread_nolock mode covered by
6072 * be used; and there's no dioread_nolock, so only ext4_get_block.

Completed in 116 milliseconds