Searched refs:in_mem (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/blackfin/kernel/
H A Dprocess.c231 int in_mem(unsigned long addr, unsigned long size, in_mem() function
241 in_mem(addr, size, const_addr + off, const_addr + const_size); in_mem_const_off()
314 if (in_mem(addr, size, FIXED_CODE_START, physical_mem_end)) bfin_mem_access_type()
377 if (in_mem(addr, size, memory_start, memory_end)) _access_ok()
379 if (in_mem(addr, size, memory_mtd_end, physical_mem_end)) _access_ok()
385 if (in_mem(addr, size, memory_mtd_start, memory_mtd_end)) _access_ok()
388 if (in_mem(addr, size, memory_start, physical_mem_end)) _access_ok()
392 if (in_mem(addr, size, (unsigned long)__init_begin, (unsigned long)__init_end)) _access_ok()
/linux-4.1.27/fs/ext3/
H A Dinode.c2683 * underlying buffer_head on success. If 'in_mem' is true, we have all
2688 struct ext3_iloc *iloc, int in_mem) __ext3_get_inode_loc()
2728 if (in_mem) { __ext3_get_inode_loc()
2687 __ext3_get_inode_loc(struct inode *inode, struct ext3_iloc *iloc, int in_mem) __ext3_get_inode_loc() argument
/linux-4.1.27/fs/ext4/
H A Dinode.c3870 * underlying buffer_head on success. If 'in_mem' is true, we have all
3875 struct ext4_iloc *iloc, int in_mem) __ext4_get_inode_loc()
3927 if (in_mem) { __ext4_get_inode_loc()
3874 __ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc, int in_mem) __ext4_get_inode_loc() argument

Completed in 168 milliseconds