Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_frw.c234 !(ioflags & IO_INVIS)) { in xfs_read()
254 if (likely((ioflags & IO_INVIS) == 0)) { in xfs_read()
543 !(ioflags & IO_INVIS) && !eventsent)) { in xfs_write()
Dxfs_ioctl.c427 XVOP_READLINK(vp, &auio, IO_INVIS, NULL, error); in xfs_readlink_by_handle()
1049 if (ioflags & IO_INVIS) in xfs_ioc_space()
1387 if (ioflags & IO_INVIS) in xfs_ioc_getbmap()
Dxfs_vnode.h374 #define IO_INVIS 0x02000 /* don't update inode timestamps */ macro