Searched refs:IO_ISLOCKED (Results 1 – 2 of 2) sorted by relevance
309 if (!(ioflags & IO_ISLOCKED)) in xfs_read()321 if (!(ioflags & IO_ISLOCKED)) in xfs_read()342 if (!(ioflags & IO_ISLOCKED)) in xfs_read()627 if (ioflags & IO_ISLOCKED) in xfs_write()
379 #define IO_ISLOCKED 0x00800 /* don't do inode locking */ macro