Searched refs:has_read (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/kernfs/
H A Dfile.c598 bool has_read, has_write, has_mmap; local
606 has_read = ops->seq_show || ops->read || ops->mmap;
617 (!(inode->i_mode & S_IRUGO) || !has_read))
/linux-master/kernel/bpf/
H A Dsyscall.c5143 bool has_read = cmd == BPF_MAP_LOOKUP_BATCH || local
5160 if (has_read && !(map_get_sys_perms(map, f) & FMODE_CAN_READ)) {

Completed in 99 milliseconds