Home
last modified time | relevance | path

Searched refs:last_id_lowbits (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/kernfs/
H A Dkernfs-internal.h41 u32 last_id_lowbits; member
H A Ddir.c631 if (ret >= 0 && ret < root->last_id_lowbits) in __kernfs_new_node()
634 root->last_id_lowbits = ret; in __kernfs_new_node()