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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c272 int permflag; local
298 permflag = hreq.oflags;
299 if ((permflag+1) & O_ACCMODE)
300 permflag++;
301 if (permflag & O_TRUNC)
302 permflag |= 2;
304 if ((!(permflag & O_APPEND) || (permflag & O_TRUNC)) &&
305 (permflag & FMODE_WRITE) && IS_APPEND(inode)) {
310 if ((permflag
[all...]

Completed in 45 milliseconds