Home
last modified time | relevance | path

Searched refs:IO_ISLOCKED (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_lrw.c309 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()
Dxfs_vnode.h379 #define IO_ISLOCKED 0x00800 /* don't do inode locking */ macro