permflag          187 fs/xfs/xfs_ioctl.c 	int			permflag;
permflag          212 fs/xfs/xfs_ioctl.c 	permflag = hreq->oflags;
permflag          213 fs/xfs/xfs_ioctl.c 	fmode = OPEN_FMODE(permflag);
permflag          214 fs/xfs/xfs_ioctl.c 	if ((!(permflag & O_APPEND) || (permflag & O_TRUNC)) &&