Home
last modified time | relevance | path

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

/fs/smb/server/
A Dconnection.c73 atomic_set(&conn->r_count, 0); in ksmbd_conn_alloc()
419 ksmbd_debug(CONN, "Wait for all pending requests(%d)\n", atomic_read(&conn->r_count)); in ksmbd_conn_handler_loop()
420 wait_event(conn->r_count_q, atomic_read(&conn->r_count) == 0); in ksmbd_conn_handler_loop()
440 atomic_inc(&conn->r_count); in ksmbd_conn_r_count_inc()
451 if (!atomic_dec_return(&conn->r_count) && waitqueue_active(&conn->r_count_q)) in ksmbd_conn_r_count_dec()
A Dconnection.h67 atomic_t r_count; member
/fs/jbd2/
A Drevoke.c651 header->r_count = cpu_to_be32(offset); in flush_descriptor()
A Drecovery.c966 rcount = be32_to_cpu(header->r_count); in scan_revoke_records()
/fs/ocfs2/
A Drefcounttree.c2224 unsigned int r_count = 0, r_len; in __ocfs2_decrease_refcount() local
2241 r_count = le32_to_cpu(rec.r_refcount); in __ocfs2_decrease_refcount()
2242 BUG_ON(r_count == 0); in __ocfs2_decrease_refcount()
2244 BUG_ON(r_count > 1); in __ocfs2_decrease_refcount()

Completed in 28 milliseconds