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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dfuse_i.h29 #define FUSE_NOWRITE INT_MIN macro
87 /** Number of sent writes, a negative bias (FUSE_NOWRITE)
H A Ddir.c1221 fi->writectr += FUSE_NOWRITE;
1223 wait_event(fi->page_waitq, fi->writectr == FUSE_NOWRITE);
1236 BUG_ON(fi->writectr != FUSE_NOWRITE);
1346 * FUSE_NOWRITE, otherwise fuse_launder_page() would deadlock.

Completed in 89 milliseconds