Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dntfs.h480 __le64 m_time; // 0x08: File modification time. member
496 __le64 m_time; // 0x08: File modification time. member
560 __le64 m_time; // 0x08: File modification time. member
Dfrecord.c3244 dup.m_time = kernel2nt(&inode->i_mtime); in ni_write_inode()
3245 if (std->m_time != dup.m_time) { in ni_write_inode()
3246 std->m_time = dup.m_time; in ni_write_inode()
Dinode.c149 nt2kernel(std5->m_time, &inode->i_mtime); in ntfs_read_mft()
1326 std5->cr_time = std5->m_time = std5->c_time = std5->a_time = in ntfs_create_inode()
1343 fname->dup.cr_time = fname->dup.m_time = fname->dup.c_time = in ntfs_create_inode()
/Linux-v6.1/tools/power/pm-graph/
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)
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-v6.1/fs/befs/
DChangeLog324 copying m_time.