Home
last modified time | relevance | path

Searched refs:D_FACLS (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/filesync/
H A Ddatabase.h163 #define D_FACLS 0x200 /* file has changed facls */ macro
179 #define D_ADMIN (D_UID|D_GID|D_PROT|D_FACLS)
H A Ddebug.c134 D_FACLS, "facls",
H A Drecon.c146 fp->f_srcdiffs |= D_FACLS; in reconcile()
148 fp->f_dstdiffs |= D_FACLS; in reconcile()
H A Danal.c513 mask |= D_FACLS; in check_changes()
H A Daction.c161 do_acls = ((fp->f_srcdiffs|fp->f_dstdiffs) & D_FACLS); in do_like()