Home
last modified time | relevance | path

Searched refs:kernel2nt (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ntfs3/
H A Dfrecord.c3139 dup.m_time = kernel2nt(&ts); in ni_write_inode()
3146 dup.c_time = kernel2nt(&ts); in ni_write_inode()
3153 dup.a_time = kernel2nt(&ts); in ni_write_inode()
H A Dntfs_fs.h1035 static inline __le64 kernel2nt(const struct timespec64 *ts) in kernel2nt() function