Lines Matching defs:ino
705 * @id's lower 32bits encode ino and upper gen. If the gen portion is
715 ino_t ino = kernfs_id_ino(id);
720 kn = idr_find(&root->ino_idr, (u32)ino);
726 if (kernfs_ino(kn) != ino)
969 * On 64bit ino setups, id is ino. On 32bit, low 32bits are ino.
970 * High bits generation. The starting value for both ino and
1818 struct kernfs_node *parent, ino_t ino, struct kernfs_node *pos)
1820 pos = kernfs_dir_pos(ns, parent, ino, pos);
1856 ino_t ino = kernfs_ino(pos);
1863 if (!dir_emit(ctx, name, len, ino, type))