Searched refs:parent_id (Results 1 - 17 of 17) sorted by relevance

/linux-4.1.27/fs/adfs/
H A Ddir.c42 if (!dir_emit(ctx, "..", 2, dir.parent_id, DT_DIR)) adfs_readdir()
76 obj->file_id, obj->parent_id); adfs_dir_update()
83 ret = ops->read(sb, obj->parent_id, 0, &dir); adfs_dir_update()
140 if (ADFS_I(inode)->parent_id != dir.parent_id) { adfs_dir_lookup_byname()
142 ADFS_I(inode)->parent_id, dir.parent_id); adfs_dir_lookup_byname()
147 obj->parent_id = inode->i_ino; adfs_dir_lookup_byname()
159 obj->file_id = obj->parent_id; adfs_dir_lookup_byname()
H A Dadfs.h27 unsigned long parent_id; /* object id of parent */ member in struct:adfs_inode_info
91 unsigned int parent_id; member in struct:adfs_dir
102 __u32 parent_id; /* parent object id */ member in struct:object_info
H A Dinode.c265 ADFS_I(inode)->parent_id = obj->parent_id; adfs_iget()
363 obj.parent_id = ADFS_I(inode)->parent_id; adfs_write_inode()
H A Ddir_fplus.c102 dir->parent_id = le32_to_cpu(h->bigdirparent); adfs_fplus_read()
H A Ddir_f.c364 dir->parent_id = adfs_readval(dir->dirtail.new.dirparent, 3); adfs_f_read()
H A Dsuper.c473 root_obj.parent_id = root_obj.file_id = le32_to_cpu(dr->root); adfs_fill_super()
/linux-4.1.27/drivers/net/phy/
H A Dmdio-mux.c24 int parent_id; member in struct:mdio_mux_parent_bus
131 pb->parent_id = parent_count++; mdio_mux_init()
157 pb->parent_id, v); mdio_mux_init()
/linux-4.1.27/block/partitions/
H A Dldm.h146 u64 parent_id; member in struct:vblk_comp
165 u64 parent_id; member in struct:vblk_part
H A Dldm.c820 comp->parent_id = ldm_get_vnum (buffer + 0x2D + r_child); ldm_parse_cmp3()
1053 part->parent_id = ldm_get_vnum(buffer + 0x34 + r_size); ldm_parse_prt3()
/linux-4.1.27/include/linux/
H A Dsh_intc.h42 intc_enum parent_id; member in struct:intc_subgroup
/linux-4.1.27/tools/perf/scripts/python/
H A Dexport-to-postgresql.py184 'parent_id bigint,'
360 'ADD CONSTRAINT parentfk FOREIGN KEY (parent_id) REFERENCES call_paths (id),'
436 def call_path_table(cp_id, parent_id, symbol_id, ip, *x):
438 value = struct.pack(fmt, 4, 8, cp_id, 8, parent_id, 8, symbol_id, 8, ip)
/linux-4.1.27/drivers/clk/tegra/
H A Dclk.c232 if (tbl->parent_id < clk_max) { tegra_init_from_table()
233 struct clk *parent = clks[tbl->parent_id]; tegra_init_from_table()
H A Dclk.h553 * @parent_id: parent clock id as mentioned in device tree bindings
559 unsigned int parent_id; member in struct:tegra_clk_init_table
/linux-4.1.27/drivers/sh/intc/
H A Dvirq.c151 mapped = radix_tree_lookup(&d->tree, subgroup->parent_id); intc_subgroup_init_one()
/linux-4.1.27/fs/afs/
H A Dafs.h155 u32 parent_id; /* parent volume ID */ member in struct:afs_volume_status
H A Dfsclient.c221 vs->parent_id = ntohl(*bp++); xdr_decode_AFSFetchVolumeStatus()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dniu.c9735 union niu_parent_id parent_id; niu_pci_init_one() local
9776 memset(&parent_id, 0, sizeof(parent_id)); niu_pci_init_one()
9777 parent_id.pci.domain = pci_domain_nr(pdev->bus); niu_pci_init_one()
9778 parent_id.pci.bus = pdev->bus->number; niu_pci_init_one()
9779 parent_id.pci.device = PCI_SLOT(pdev->devfn); niu_pci_init_one()
9781 np->parent = niu_get_parent(np, &parent_id, niu_pci_init_one()
10020 union niu_parent_id parent_id; niu_of_probe() local
10043 memset(&parent_id, 0, sizeof(parent_id)); niu_of_probe()
10044 parent_id.of = of_get_parent(op->dev.of_node); niu_of_probe()
10046 np->parent = niu_get_parent(np, &parent_id, niu_of_probe()

Completed in 434 milliseconds