Searched refs:DE_RENAME (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/makefs/msdos/
H A Ddenode.h193 #define DE_RENAME 0x0010 /* Denode is in the process of being renamed */ macro
/openbsd-current/sys/msdosfs/
H A Ddenode.h173 #define DE_RENAME 0x0040 /* Denode is in the process of being renamed */ macro
H A Dmsdosfs_vnops.c961 (ip->de_flag & DE_RENAME)) {
966 ip->de_flag |= DE_RENAME;
1087 * prohibited by the DE_RENAME flag.
1191 ip->de_flag &= ~DE_RENAME;
1355 if (!dosdirempty(ip) || ip->de_flag & DE_RENAME) {

Completed in 123 milliseconds