Searched refs:has_read (Results 1 – 1 of 1) sorted by relevance
622 bool has_read, has_write, has_mmap; in kernfs_fop_open() local630 has_read = ops->seq_show || ops->read || ops->mmap; in kernfs_fop_open()641 (!(inode->i_mode & S_IRUGO) || !has_read)) in kernfs_fop_open()