Home
last modified time | relevance | path

Searched refs:m_time (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/fs/ntfs3/
A Dntfs.h479 __le64 m_time; // 0x08: File modification time. member
495 __le64 m_time; // 0x08: File modification time. member
559 __le64 m_time; // 0x08: File modification time. member
A Dfrecord.c3273 dup.m_time = kernel2nt(&inode->i_mtime); in ni_write_inode()
3274 if (std->m_time != dup.m_time) { in ni_write_inode()
3275 std->m_time = dup.m_time; in ni_write_inode()
A Dinode.c161 nt2kernel(std5->m_time, &inode->i_mtime); in ntfs_read_mft()
1351 std5->cr_time = std5->m_time = std5->c_time = std5->a_time = in ntfs_create_inode()
1375 fname->dup.cr_time = fname->dup.m_time = fname->dup.c_time = in ntfs_create_inode()
/linux-6.3-rc2/tools/power/pm-graph/
A Dbootgraph.py401 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)
A Dsleepgraph.py3270 m_time = m.group('time')
3277 if(m_time and m_pid and m_msg):
3278 t = FTraceLine(m_time, m_msg, m_param3)
3427 for m_time, m_proc, m_pid, m_msg, m_param3 in tf:
3429 if(m_time and m_pid and m_msg):
3430 t = FTraceLine(m_time, m_msg, m_param3)
/linux-6.3-rc2/fs/befs/
A DChangeLog324 copying m_time.

Completed in 27 milliseconds