Lines Matching refs:ino
25 TP_PROTO(unsigned long ino),
27 TP_ARGS(ino),
29 TP_STRUCT__entry(__field(unsigned long, ino)),
31 TP_fast_assign(__entry->ino = ino;),
33 TP_printk("permission check for ino %lu failed", __entry->ino));
138 __field(ino_t, ino)
144 __entry->ino = dir->i_ino;
150 __entry->ino, __get_str(name_str), __entry->flags)
160 __field(ino_t, ino)
166 __entry->ino = dir->i_ino;
172 __entry->ino, __get_str(name_str), __entry->err)
425 TP_printk("hmdfs: src %s, start remote fsync file(remote dev_id=%llu,ino=%llu), datasync=%d",
453 TP_printk("hmdfs: src %s, finish remote fsync file(remote dev_id=%llu,ino=%llu), timeout=%u, err=%d",
756 __entry->remote_ino = open_ret->ino;
770 TP_printk("file path: %s, file id: %u, file ver: %llu, reason: %d, file size: %llu/%llu, ino: %llu/%llu, ctime: %llu.%llu/%llu.%llu, stable_ctime: %llu.%llu/%llu.%llu from remote/local",
820 __field(uint64_t, ino)
839 __entry->ino = resp ? resp->ino : 0;
847 TP_printk("server file %s is opened from %s, open result: %d, file id: %u, file size: %llu, ino: %llu, ctime: %llu.%llu, stable ctime: %llu.%llu",
850 __entry->file_size, __entry->ino, __entry->ctime,