Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/msdos/
H A Ddirentry.h69 #define ATTR_ARCHIVE 0x20 /* file is new or modified */ macro
H A Dmsdosfs_vnops.c391 ATTR_ARCHIVE : ATTR_ARCHIVE | ATTR_READONLY; in msdosfs_mkfile()
/freebsd/sys/fs/msdosfs/
H A Ddirentry.h69 #define ATTR_ARCHIVE 0x20 /* file is new or modified */ macro
H A Dmsdosfs_vnops.c167 ndirent.de_Attributes = ATTR_ARCHIVE; in msdosfs_create()
305 if (dep->de_Attributes & ATTR_ARCHIVE) in msdosfs_getattr()
392 dep->de_Attributes |= ATTR_ARCHIVE; in msdosfs_setattr()
394 dep->de_Attributes &= ~ATTR_ARCHIVE; in msdosfs_setattr()
489 dep->de_Attributes |= ATTR_ARCHIVE; in msdosfs_setattr()
511 dep->de_Attributes |= ATTR_ARCHIVE; in msdosfs_setattr()
H A Ddenode.h231 (dep)->de_Attributes |= ATTR_ARCHIVE; \
/freebsd/sbin/fsck_msdosfs/
H A Ddir.c61 #define ATTR_ARCHIVE 0x20 /* file is new or modified */ macro