Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkernfs.h195 u32 last_id_lowbits; member
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Ddir.c642 if (ret >= 0 && ret < root->last_id_lowbits) in __kernfs_new_node()
645 root->last_id_lowbits = ret; in __kernfs_new_node()