Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c194 int permflag; in xfs_open_by_handle() local
219 permflag = hreq->oflags; in xfs_open_by_handle()
220 fmode = OPEN_FMODE(permflag); in xfs_open_by_handle()
221 if ((!(permflag & O_APPEND) || (permflag & O_TRUNC)) && in xfs_open_by_handle()