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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Dvnode.c188 vnode->update_cnt--;
189 ASSERTCMP(vnode->update_cnt, >=, 0);
214 vnode->update_cnt--;
215 ASSERTCMP(vnode->update_cnt, >=, 0);
266 ASSERTCMP(vnode->update_cnt, >=, 0);
268 if (vnode->update_cnt > 0) {
270 _debug("wait on fetch %d", vnode->update_cnt);
285 if (vnode->update_cnt == 0) {
310 vnode->update_cnt++;
342 ASSERTCMP(vnode->update_cnt, >
[all...]
H A Ddir.c753 vnode->update_cnt++;
938 vnode->update_cnt++;
1058 vnode->update_cnt++;
H A Dsuper.c483 vnode->update_cnt = 0;
H A Dinternal.h343 int update_cnt; /* number of outstanding ops that will update the member in struct:afs_vnode

Completed in 89 milliseconds