Lines Matching refs:update_cnt

223 	vnode->update_cnt--;  in afs_vnode_finalise_status_update()
224 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_finalise_status_update()
249 vnode->update_cnt--; in afs_vnode_status_update_failed()
250 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_status_update_failed()
301 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_fetch_status()
303 if (vnode->update_cnt > 0) { in afs_vnode_fetch_status()
305 _debug("wait on fetch %d", vnode->update_cnt); in afs_vnode_fetch_status()
320 if (vnode->update_cnt == 0) { in afs_vnode_fetch_status()
345 vnode->update_cnt++; in afs_vnode_fetch_status()
377 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_fetch_status()
379 _leave(" = %d [cnt %d]", ret, vnode->update_cnt); in afs_vnode_fetch_status()
384 vnode->update_cnt--; in afs_vnode_fetch_status()
385 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_fetch_status()
387 _leave(" = %ld [cnt %d]", PTR_ERR(server), vnode->update_cnt); in afs_vnode_fetch_status()
410 vnode->update_cnt++; in afs_vnode_fetch_data()
441 vnode->update_cnt--; in afs_vnode_fetch_data()
442 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_fetch_data()
468 vnode->update_cnt++; in afs_vnode_create()
493 _leave(" = %d [cnt %d]", ret, vnode->update_cnt); in afs_vnode_create()
498 vnode->update_cnt--; in afs_vnode_create()
499 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_create()
501 _leave(" = %ld [cnt %d]", PTR_ERR(server), vnode->update_cnt); in afs_vnode_create()
524 vnode->update_cnt++; in afs_vnode_remove()
548 _leave(" = %d [cnt %d]", ret, vnode->update_cnt); in afs_vnode_remove()
553 vnode->update_cnt--; in afs_vnode_remove()
554 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_remove()
556 _leave(" = %ld [cnt %d]", PTR_ERR(server), vnode->update_cnt); in afs_vnode_remove()
583 vnode->update_cnt++; in afs_vnode_link()
586 dvnode->update_cnt++; in afs_vnode_link()
612 _leave(" = %d [cnt %d]", ret, vnode->update_cnt); in afs_vnode_link()
617 vnode->update_cnt--; in afs_vnode_link()
618 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_link()
621 dvnode->update_cnt--; in afs_vnode_link()
622 ASSERTCMP(dvnode->update_cnt, >=, 0); in afs_vnode_link()
624 _leave(" = %ld [cnt %d]", PTR_ERR(server), vnode->update_cnt); in afs_vnode_link()
650 vnode->update_cnt++; in afs_vnode_symlink()
675 _leave(" = %d [cnt %d]", ret, vnode->update_cnt); in afs_vnode_symlink()
680 vnode->update_cnt--; in afs_vnode_symlink()
681 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_symlink()
683 _leave(" = %ld [cnt %d]", PTR_ERR(server), vnode->update_cnt); in afs_vnode_symlink()
715 orig_dvnode->update_cnt++; in afs_vnode_rename()
719 new_dvnode->update_cnt++; in afs_vnode_rename()
748 _leave(" = %d [cnt %d]", ret, orig_dvnode->update_cnt); in afs_vnode_rename()
753 orig_dvnode->update_cnt--; in afs_vnode_rename()
754 ASSERTCMP(orig_dvnode->update_cnt, >=, 0); in afs_vnode_rename()
758 new_dvnode->update_cnt--; in afs_vnode_rename()
759 ASSERTCMP(new_dvnode->update_cnt, >=, 0); in afs_vnode_rename()
762 _leave(" = %ld [cnt %d]", PTR_ERR(server), orig_dvnode->update_cnt); in afs_vnode_rename()
786 vnode->update_cnt++; in afs_vnode_store_data()
815 vnode->update_cnt--; in afs_vnode_store_data()
816 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_store_data()
839 vnode->update_cnt++; in afs_vnode_setattr()
867 vnode->update_cnt--; in afs_vnode_setattr()
868 ASSERTCMP(vnode->update_cnt, >=, 0); in afs_vnode_setattr()