Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dksyms.c294 EXPORT_SYMBOL(lock_may_read);
/linux-2.4.37.9/fs/nfsd/
Dvfs.c635 (!lock_may_read(file.f_dentry->d_inode, offset, *count))) in nfsd_read()
/linux-2.4.37.9/include/linux/
Dfs.h680 extern int lock_may_read(struct inode *, loff_t start, unsigned long count);
/linux-2.4.37.9/fs/
Dlocks.c1974 int lock_may_read(struct inode *inode, loff_t start, unsigned long len) in lock_may_read() function