Searched refs:no_child (Results 1 – 4 of 4) sorted by relevance
899 @no_child(x),919 @no_child(),930 @no_child($($no_child:ident)?),941 @no_child($($no_child)?),967 @no_child($($no_child:ident)?),979 @no_child($($no_child)[all...]
279 int (*no_child)(int node); member
30 cnode = prom_nodeops->no_child(node); in __prom_getchild()
3502 bool no_child; in path_overmounted() 3505 no_child = !__lookup_mnt(path->mnt, path->dentry); in path_overmounted() 3509 no_child = !__lookup_mnt(path->mnt, path->dentry);3512 return unlikely(!no_child); in mount_is_ancestor() 3495 bool no_child; path_overmounted() local