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