Searched refs:get_node_path (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/parisc/kernel/ |
D | drivers.c | 292 static void get_node_path(struct device *dev, struct hardware_path *path) in get_node_path() function 340 get_node_path(dev->dev.parent, &path); in print_pa_hwpath() 358 get_node_path(&pdev->dev, path); in get_pci_node_path() 389 get_node_path(padev->dev.parent, &path); in setup_bus_id() 761 get_node_path(dev->parent, path); in device_to_hwpath() 764 get_node_path(dev, path); in device_to_hwpath() 828 get_node_path(parent, &path); in walk_native_bus()
|
/linux-4.1.27/fs/f2fs/ |
D | node.c | 400 static int get_node_path(struct f2fs_inode_info *fi, long block, in get_node_path() function 491 level = get_node_path(F2FS_I(dn->inode), index, offset, noffset); in get_dnode_of_data() 782 level = get_node_path(F2FS_I(inode), from, offset, noffset); in truncate_inode_blocks()
|