Searched refs:nm_mmap (Results 1 – 1 of 1) sorted by relevance
381 static int nm_mmap(struct nm_desc *, const struct nm_desc *);932 if ((!(new_flags & NM_OPEN_NO_MMAP) || parent) && nm_mmap(d, parent)) { in nm_open()995 nm_mmap(struct nm_desc *d, const struct nm_desc *parent) in nm_mmap() function