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

/linux-4.4.14/fs/fuse/
H A Dfuse_i.h31 #define FUSE_NOWRITE INT_MIN macro
101 /** Number of sent writes, a negative bias (FUSE_NOWRITE)
H A Ddir.c1507 fi->writectr += FUSE_NOWRITE; fuse_set_nowrite()
1509 wait_event(fi->page_waitq, fi->writectr == FUSE_NOWRITE); fuse_set_nowrite()
1522 BUG_ON(fi->writectr != FUSE_NOWRITE); __fuse_release_nowrite()
1678 * FUSE_NOWRITE, otherwise fuse_launder_page() would deadlock. fuse_do_setattr()
H A Dfile.c385 * This is currently done by blocking further writes with FUSE_NOWRITE
388 * This must be called under i_mutex, otherwise the FUSE_NOWRITE usage

Completed in 244 milliseconds