Searched refs:FIF_DELCLOSE (Results 1 – 2 of 2) sorted by relevance
110 gMD->fdarray[fd].f_iflags |= FIF_DELCLOSE; in DeleteOnClose()198 if(Fp->f_iflags & FIF_DELCLOSE) { in _closeX()1095 filp->f_iflags |= FIF_DELCLOSE; in ioctl()1100 filp->f_iflags &= ~FIF_DELCLOSE; in ioctl()
76 #define FIF_DELCLOSE 0x20000000 /* Delete on close. */ macro