Searched refs:IO_INVIS (Results 1 – 3 of 3) sorted by relevance
234 !(ioflags & IO_INVIS)) { in xfs_read()254 if (likely((ioflags & IO_INVIS) == 0)) { in xfs_read()543 !(ioflags & IO_INVIS) && !eventsent)) { in xfs_write()
427 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()
374 #define IO_INVIS 0x02000 /* don't update inode timestamps */ macro