Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_ioctl.c191 int permflag; in xfs_open_by_handle() local
216 permflag = hreq->oflags; in xfs_open_by_handle()
217 fmode = OPEN_FMODE(permflag); in xfs_open_by_handle()
218 if ((!(permflag & O_APPEND) || (permflag & O_TRUNC)) && in xfs_open_by_handle()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_ioctl.c193 int permflag; in xfs_open_by_handle() local
218 permflag = hreq->oflags; in xfs_open_by_handle()
219 fmode = OPEN_FMODE(permflag); in xfs_open_by_handle()
220 if ((!(permflag & O_APPEND) || (permflag & O_TRUNC)) && in xfs_open_by_handle()

Completed in 8 milliseconds