Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
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()