Home
last modified time | relevance | path

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

/minix/minix/lib/libhgfs/
H A Dattr.c79 if (attr->a_mask & SFFS_ATTR_CTIME) mask |= HGFS_ATTR_CTIME; in hgfs_setattr()
90 time_put((attr->a_mask & HGFS_ATTR_CTIME) ? &attr->a_ctime : NULL); in hgfs_setattr()
H A Dconst.h69 #define HGFS_ATTR_CTIME 0x10 /* get/set file change time */ macro