Lines Matching refs:ino
725 * @id's lower 32bits encode ino and upper gen. If the gen portion is
735 ino_t ino = kernfs_id_ino(id);
740 kn = idr_find(&root->ino_idr, (u32)ino);
746 if (kernfs_ino(kn) != ino)
981 * On 64bit ino setups, id is ino. On 32bit, low 32bits are ino.
982 * High bits generation. The starting value for both ino and
1673 struct kernfs_node *parent, ino_t ino, struct kernfs_node *pos)
1675 pos = kernfs_dir_pos(ns, parent, ino, pos);
1708 ino_t ino = kernfs_ino(pos);
1715 if (!dir_emit(ctx, name, len, ino, type))