Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_inode.h483 #define XFS_IO_INVIS 0x00002 /* don't update inode timestamps */ macro
487 { XFS_IO_INVIS, "INVIS"}
Dxfs_ioctl.c645 if (ioflags & XFS_IO_INVIS) in xfs_ioc_space()
1392 if (ioflags & XFS_IO_INVIS) in xfs_ioc_getbmap()
1536 ioflags |= XFS_IO_INVIS; in xfs_file_ioctl()
Dxfs_file.c306 ioflags |= XFS_IO_INVIS; in xfs_file_read_iter()
400 ioflags |= XFS_IO_INVIS; in xfs_file_splice_read()
Dxfs_ioctl32.c539 ioflags |= XFS_IO_INVIS; in xfs_file_compat_ioctl()