Searched refs:m_time (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
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
|
D | frecord.c | 3353 dup.m_time = kernel2nt(&ts); in ni_write_inode() 3354 if (std->m_time != dup.m_time) { in ni_write_inode() 3355 std->m_time = dup.m_time; in ni_write_inode()
|
D | inode.c | 176 nt2kernel(std5->m_time, &ts); in ntfs_read_mft() 1359 std5->cr_time = std5->m_time = std5->c_time = std5->a_time = in ntfs_create_inode() 1382 fname->dup.cr_time = fname->dup.m_time = fname->dup.c_time = in ntfs_create_inode()
|
/linux-6.12.1/tools/power/pm-graph/ |
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)
|
D | sleepgraph.py | 3290 m_time = m.group('time') 3297 if(m_time and m_pid and m_msg): 3298 t = FTraceLine(m_time, m_msg, m_param3) 3447 for m_time, m_proc, m_pid, m_msg, m_param3 in tf: 3449 if(m_time and m_pid and m_msg): 3450 t = FTraceLine(m_time, m_msg, m_param3)
|
/linux-6.12.1/fs/befs/ |
D | ChangeLog | 324 copying m_time.
|