Home
last modified time | relevance | path

Searched refs:otime (Results 1 – 9 of 9) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Ddirctrl.c233 win_time_to_unix(time, &ii.otime); in query_dir_item()
234 ii.st_atime = ii.st_mtime = ii.st_ctime = ii.otime; in query_dir_item()
338 fbdi->CreationTime.QuadPart = unix_time_to_win(&ii.otime); in query_dir_item()
378 fdi->CreationTime.QuadPart = unix_time_to_win(&ii.otime); in query_dir_item()
416 ffdi->CreationTime.QuadPart = unix_time_to_win(&ii.otime); in query_dir_item()
455 fibdi->CreationTime.QuadPart = unix_time_to_win(&ii.otime); in query_dir_item()
496 fifdi->CreationTime.QuadPart = unix_time_to_win(&ii.otime); in query_dir_item()
541 fiedi->CreationTime.QuadPart = unix_time_to_win(&ii.otime); in query_dir_item()
584 fiebdi->CreationTime.QuadPart = unix_time_to_win(&ii.otime); in query_dir_item()
H A Dbtrfs.h304 BTRFS_TIME otime; member
333 BTRFS_TIME otime; member
H A Dfastio.c78 fbi->CreationTime.QuadPart = unix_time_to_win(&fcb->inode_item.otime); in _Function_class_()
250 fnoi->CreationTime.QuadPart = unix_time_to_win(&ii->otime); in _Function_class_()
H A Dfileinfo.c253 win_time_to_unix(fbi->CreationTime, &fcb->inode_item.otime); in set_basic_information()
811 …_item.st_atime = fcb->inode_item.st_ctime = fcb->inode_item.st_mtime = fcb->inode_item.otime = now; in create_directory_fcb()
4122 fbi->CreationTime.QuadPart = unix_time_to_win(&ii->otime);
4168 fnoi->CreationTime.QuadPart = unix_time_to_win(&ii->otime);
4901 fsi->CreationTime.QuadPart = unix_time_to_win(&ii->otime);
4960 fsli->CreationTime.QuadPart = unix_time_to_win(&ii->otime);
H A Dfsctl.c403 r->root_item.otime = now; in do_create_snapshot()
950 r->root_item.otime = now; in create_subvol()
972 …me = rootfcb->inode_item.st_ctime = rootfcb->inode_item.st_mtime = rootfcb->inode_item.otime = now; in create_subvol()
3890 fcb->inode_item.otime = now; in mknod()
H A Dcreate.c2309 fcb->inode_item.otime = now;
/reactos/boot/freeldr/freeldr/include/fs/
H A Dbtrfs.h251 struct btrfs_timespec otime; member
/reactos/modules/rosapps/applications/devutils/btrfstools/
H A Dbtrfs_structures.py611 self.otime = TimeSpec(data[pos:next_pos])
657 self.otime = TimeSpec(data[pos:next_pos])
/reactos/sdk/lib/fslib/btrfslib/
H A Dbtrfslib.c1051 ii.st_ctime = ii.st_mtime = ii.otime = ii.st_atime;