Searched full:m_time (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/power/pm-graph/ |
| H A D | bootgraph.py | 401 m_time, m_proc, m_pid, m_msg, m_dur = \ 403 t = float(m_time) 414 if(m_time and m_pid and m_msg): 415 t = aslib.FTraceLine(m_time, m_msg, m_dur)
|
| H A D | sleepgraph.py | 3314 m_time = m.group('time') 3321 if(m_time and m_pid and m_msg): 3322 t = FTraceLine(m_time, m_msg, m_param3) 3471 for m_time, m_proc, m_pid, m_msg, m_param3 in tf: 3473 if(m_time and m_pid and m_msg): 3474 t = FTraceLine(m_time, m_msg, m_param3)
|
| /linux/fs/ntfs3/ |
| H A D | ntfs.h | 480 __le64 m_time; // 0x08: File modification time. member 496 __le64 m_time; // 0x08: File modification time. member 558 __le64 m_time; // 0x08: File modification time. member
|
| H A D | frecord.c | 3241 dup.m_time = kernel2nt(&ts); in ni_write_inode() 3242 if (std->m_time != dup.m_time) { in ni_write_inode() 3243 std->m_time = dup.m_time; in ni_write_inode()
|
| H A D | inode.c | 176 nt2kernel(std5->m_time, &ts); in ntfs_read_mft() 1356 std5->cr_time = std5->m_time = std5->c_time = std5->a_time = in ntfs_create_inode() 1379 fname->dup.cr_time = fname->dup.m_time = fname->dup.c_time = in ntfs_create_inode()
|
| /linux/fs/befs/ |
| H A D | ChangeLog | 324 copying m_time.
|