Searched refs:has_refcount (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/ |
D | file.c | 2107 int *has_refcount) in ocfs2_prepare_inode_for_write() argument 2168 if (has_refcount) in ocfs2_prepare_inode_for_write() 2169 *has_refcount = 1; in ocfs2_prepare_inode_for_write() 2227 direct_io, has_refcount); in ocfs2_prepare_inode_for_write() 2242 int can_do_direct, has_refcount = 0; in ocfs2_file_aio_write() local 2315 &can_do_direct, &has_refcount); in ocfs2_file_aio_write() 2399 has_refcount)) { in ocfs2_file_aio_write()
|
D | ocfs2_trace.h | 1454 int *direct_io, int *has_refcount), 1455 TP_ARGS(ino, saved_pos, appending, count, direct_io, has_refcount), 1462 __field(int, has_refcount) 1470 __entry->has_refcount = has_refcount ? *has_refcount : -1; 1474 __entry->direct_io, __entry->has_refcount)
|