Searched refs:wcount (Results 1 – 5 of 5) sorted by relevance
178 __field(int, wcount)190 __entry->wcount = atomic_read(&inode->i_writecount);200 __entry->i_ino, __entry->wcount, __entry->dcount,
22 extern void gfs2_qa_delete(struct gfs2_inode *ip, atomic_t *wcount);
54 extern void gfs2_rsqa_delete(struct gfs2_inode *ip, atomic_t *wcount);
693 void gfs2_rsqa_delete(struct gfs2_inode *ip, atomic_t *wcount) in gfs2_rsqa_delete() argument696 if ((wcount == NULL) || (atomic_read(wcount) <= 1)) in gfs2_rsqa_delete()699 gfs2_qa_delete(ip, wcount); in gfs2_rsqa_delete()
553 void gfs2_qa_delete(struct gfs2_inode *ip, atomic_t *wcount) in gfs2_qa_delete() argument556 if (ip->i_qadata && ((wcount == NULL) || (atomic_read(wcount) <= 1))) { in gfs2_qa_delete()