Home
last modified time | relevance | path

Searched refs:FOP_ASYNC_LOCK (Results 1 – 2 of 2) sorted by relevance

/linux/fs/gfs2/
H A Dfile.c1606 .fop_flags = FOP_ASYNC_LOCK,
1619 .fop_flags = FOP_ASYNC_LOCK,
/linux/include/linux/
H A Dfs.h1978 #define FOP_ASYNC_LOCK ((__force fop_flags_t)(1 << 6)) macro