Searched refs:has_refcount (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/ocfs2/ |
D | file.c | 2073 int *has_refcount) in ocfs2_prepare_inode_for_write() argument 2134 if (has_refcount) in ocfs2_prepare_inode_for_write() 2135 *has_refcount = 1; in ocfs2_prepare_inode_for_write() 2193 direct_io, has_refcount); in ocfs2_prepare_inode_for_write() 2208 int can_do_direct, has_refcount = 0; in ocfs2_file_aio_write() local 2281 &can_do_direct, &has_refcount); in ocfs2_file_aio_write() 2350 has_refcount)) { in ocfs2_file_aio_write()
|
D | ocfs2_trace.h | 1429 int *direct_io, int *has_refcount), 1430 TP_ARGS(ino, saved_pos, appending, count, direct_io, has_refcount), 1437 __field(int, has_refcount) 1445 __entry->has_refcount = has_refcount ? *has_refcount : -1; 1449 __entry->direct_io, __entry->has_refcount)
|