Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_file.c103 return __linvfs_read(file, buf, IO_INVIS, size, offset); in linvfs_read_invis()
172 return __linvfs_write(file, buf, IO_INVIS, count, ppos); in linvfs_write_invis()
377 VOP_IOCTL(vp, inode, filp, IO_INVIS, cmd, arg, error); in linvfs_ioctl_invis()
Dxfs_lrw.c313 !(ioflags & IO_INVIS)) { in xfs_read()
345 if (unlikely(ioflags & IO_INVIS)) { in xfs_read()
653 !(ioflags & IO_INVIS) && !eventsent)) { in xfs_write()
742 if (unlikely(ioflags & IO_INVIS)) { in xfs_write()
756 !(ioflags & IO_INVIS)) { in xfs_write()
Dxfs_ioctl.c413 VOP_READLINK(vp, &auio, IO_INVIS, NULL, error); in xfs_readlink_by_handle()
911 if (ioflags & IO_INVIS) in xfs_ioc_space()
1203 if (ioflags & IO_INVIS) in xfs_ioc_getbmap()
Dxfs_vnode.h378 #define IO_INVIS 0x00020 /* don't update inode timestamps */ macro
/linux-2.4.37.9/fs/xfs/
Dxfs_vnodeops.c1024 if (!(ioflags & IO_INVIS)) { in xfs_readlink()