Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_vnode.h40 #define IO_INVIS 0x00020 /* don't update inode timestamps */ macro
44 { IO_INVIS, "INVIS"}
Dxfs_file.c262 ioflags |= IO_INVIS; in xfs_file_aio_read()
341 ioflags |= IO_INVIS; in xfs_file_splice_read()
426 ioflags |= IO_INVIS; in xfs_file_splice_write()
Dxfs_ioctl.c631 if (ioflags & IO_INVIS) in xfs_ioc_space()
1243 if (ioflags & IO_INVIS) in xfs_ioc_getbmap()
1318 ioflags |= IO_INVIS; in xfs_file_ioctl()
Dxfs_ioctl32.c543 ioflags |= IO_INVIS; in xfs_file_compat_ioctl()