Searched refs:id_highbits (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/kernfs/
H A Dkernfs-internal.h42 u32 id_highbits; member in struct:kernfs_root
H A Ddir.c617 u32 id_highbits; local
632 root->id_highbits++;
633 id_highbits = root->id_highbits;
640 kn->id = (u64)id_highbits << 32 | ret;
984 root->id_highbits = 0;
986 root->id_highbits = 1;

Completed in 129 milliseconds