Searched refs:IO_INVIS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_vnode.h40 #define IO_INVIS 0x00020 /* don't update inode timestamps */ macro
44 { IO_INVIS, "INVIS"}
H A Dxfs_file.c227 ioflags |= IO_INVIS;
307 ioflags |= IO_INVIS;
341 ioflags |= IO_INVIS;
591 ioflags |= IO_INVIS;
650 if (likely(!(ioflags & IO_INVIS)))
H A Dxfs_ioctl.c626 if (ioflags & IO_INVIS)
1217 if (ioflags & IO_INVIS)
1292 ioflags |= IO_INVIS;
H A Dxfs_ioctl32.c541 ioflags |= IO_INVIS;

Completed in 77 milliseconds