Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dstrtofflags.c67 #ifdef UF_NOHISTORY
68 { "nouhistory", UF_NOHISTORY, 1 },
69 { "nohistory", UF_NOHISTORY, 1 },
/dragonfly/usr.bin/xinstall/
H A Dxinstall.c61 #ifndef UF_NOHISTORY
62 #define UF_NOHISTORY 0 macro
841 nfset = (from_sb.st_flags & ~(UF_NODUMP | UF_NOHISTORY)) | in install()
842 (to_sb.st_flags & UF_NOHISTORY); in install()
/dragonfly/sys/sys/
H A Dstat.h253 #define UF_NOHISTORY 0x00000040 /* do not retain history/snapshots */ macro
/dragonfly/sys/vfs/hammer/
H A Dhammer_subs.c901 if (ip->ino_data.uflags & (SF_NOHISTORY|UF_NOHISTORY)) in hammer_nohistory()
H A Dhammer_inode.c830 (SF_NOHISTORY|UF_NOHISTORY|UF_NODUMP); in hammer_create_inode()
/dragonfly/sys/vfs/ufs/
H A Dufs_vnops.c2001 ip->i_flags = pdir->i_flags & (SF_NOHISTORY|UF_NOHISTORY|UF_NODUMP); in ufs_makeinode()