Searched refs:writectr (Results 1 - 4 of 4) 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.h28 /** Bias for fi->writectr, meaning new writepages must not be sent */
89 int writectr; member in struct:fuse_inode
H A Ddir.c1220 BUG_ON(fi->writectr < 0);
1221 fi->writectr += FUSE_NOWRITE;
1223 wait_event(fi->page_waitq, fi->writectr == FUSE_NOWRITE);
1236 BUG_ON(fi->writectr != FUSE_NOWRITE);
1237 fi->writectr = 0;
H A Dfile.c1178 fi->writectr++;
1191 * If fi->writectr is positive (no truncate or fsync going on) send
1204 while (fi->writectr >= 0 && !list_empty(&fi->queued_writes)) {
1218 fi->writectr--;
H A Dinode.c88 fi->writectr = 0;

Completed in 43 milliseconds