Searched refs:IO_INVIS (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_file.c | 103 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()
|
D | xfs_lrw.c | 313 !(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()
|
D | xfs_ioctl.c | 413 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()
|
D | xfs_vnode.h | 378 #define IO_INVIS 0x00020 /* don't update inode timestamps */ macro
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_vnodeops.c | 1024 if (!(ioflags & IO_INVIS)) { in xfs_readlink()
|