Searched refs:m_may_create (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/f2fs/
H A Ddata.c1464 if (map->m_may_create &&
1520 int mode = map->m_may_create ? ALLOC_NODE : LOOKUP_NODE;
1533 if (!map->m_may_create && f2fs_map_blocks_cached(inode, map, flag))
1548 if (map->m_may_create)
1577 if (map->m_may_create &&
1706 if (map->m_may_create) {
1730 if (map->m_may_create)
1752 if (map->m_may_create) {
1774 map.m_may_create = false;
2356 map.m_may_create
[all...]
H A Dfile.c1699 .m_may_create = true };
2602 .m_may_create = false };
3299 map.m_may_create = false;
4613 map.m_may_create = true;
H A Df2fs.h709 bool m_may_create; /* indicate it is from write path */ member in struct:f2fs_map_blocks
/linux-master/include/trace/events/
H A Df2fs.h602 __field(bool, m_may_create)
616 __entry->m_may_create = map->m_may_create;
632 __entry->m_may_create,

Completed in 156 milliseconds