Home
last modified time | relevance | path

Searched refs:wcount (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/trace/events/
Dfilelock.h178 __field(int, wcount)
190 __entry->wcount = atomic_read(&inode->i_writecount);
200 __entry->i_ino, __entry->wcount, __entry->dcount,
/linux-4.19.296/fs/gfs2/
Dquota.h22 extern void gfs2_qa_delete(struct gfs2_inode *ip, atomic_t *wcount);
Drgrp.h54 extern void gfs2_rsqa_delete(struct gfs2_inode *ip, atomic_t *wcount);
Drgrp.c693 void gfs2_rsqa_delete(struct gfs2_inode *ip, atomic_t *wcount) in gfs2_rsqa_delete() argument
696 if ((wcount == NULL) || (atomic_read(wcount) <= 1)) in gfs2_rsqa_delete()
699 gfs2_qa_delete(ip, wcount); in gfs2_rsqa_delete()
Dquota.c553 void gfs2_qa_delete(struct gfs2_inode *ip, atomic_t *wcount) in gfs2_qa_delete() argument
556 if (ip->i_qadata && ((wcount == NULL) || (atomic_read(wcount) <= 1))) { in gfs2_qa_delete()