Home
last modified time | relevance | path

Searched refs:no_child (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/
H A Dconfigfs.rs900 @no_child(x),
920 @no_child(),
931 @no_child($($no_child:ident)?),
942 @no_child($($no_child)?),
968 @no_child($($no_child:ident)?),
980 @no_child($($no_child)?),
990 @no_child($($no_child:ident)?),
1019 const [<$no_child:upper>]: bool = true;
/linux/arch/sparc/include/asm/
H A Dopenprom.h175 phandle (*no_child)(phandle node); member
/linux/arch/m68k/include/asm/
H A Dopenprom.h279 int (*no_child)(int node); member
/linux/arch/sparc/prom/
H A Dtree_32.c30 cnode = prom_nodeops->no_child(node); in __prom_getchild()
/linux/fs/
H A Dnamespace.c3374 bool no_child; in path_overmounted() local
3377 no_child = !__lookup_mnt(path->mnt, path->dentry); in path_overmounted()
3381 no_child = !__lookup_mnt(path->mnt, path->dentry); in path_overmounted()
3384 return unlikely(!no_child); in path_overmounted()