Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
A 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
A Dinode.c149 nt2kernel(std5->m_time, &inode->i_mtime); in ntfs_read_mft()
1327 std5->cr_time = std5->m_time = std5->c_time = std5->a_time = in ntfs_create_inode()
1344 fname->dup.cr_time = fname->dup.m_time = fname->dup.c_time = in ntfs_create_inode()
1674 de_name->dup.cr_time = de_name->dup.m_time = de_name->dup.c_time = in ntfs_link_inode()
A Dfrecord.c3186 dup.m_time = kernel2nt(&inode->i_mtime); in ni_write_inode()
3187 if (std->m_time != dup.m_time) { in ni_write_inode()
3188 std->m_time = dup.m_time; in ni_write_inode()
/linux/tools/power/pm-graph/
A Dbootgraph.py399 m_time, m_proc, m_pid, m_msg, m_dur = \
401 t = float(m_time)
412 if(m_time and m_pid and m_msg):
413 t = aslib.FTraceLine(m_time, m_msg, m_dur)
A Dsleepgraph.py3176 m_time = m.group('time')
3183 if(m_time and m_pid and m_msg):
3184 t = FTraceLine(m_time, m_msg, m_param3)
3292 m_time = m.group('time')
3300 if(m_time and m_pid and m_msg):
3301 t = FTraceLine(m_time, m_msg, m_param3)
/linux/fs/befs/
A DChangeLog324 copying m_time.

Completed in 27 milliseconds