Searched refs:get_node_path (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | drivers.c | 305 * get_node_path fills in @path with the firmware path to the device. 311 static void get_node_path(struct device *dev, struct hardware_path *path) in get_node_path() function 359 get_node_path(dev->dev.parent, &path); in print_pa_hwpath() 377 get_node_path(&pdev->dev, path); in get_pci_node_path() 408 get_node_path(padev->dev.parent, &path); in setup_bus_id() 783 get_node_path(dev->parent, path); in device_to_hwpath() 786 get_node_path(dev, path); in device_to_hwpath() 850 get_node_path(parent, &path); in walk_native_bus()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | drivers.c | 304 * get_node_path fills in @path with the firmware path to the device. 310 static void get_node_path(struct device *dev, struct hardware_path *path) in get_node_path() function 358 get_node_path(dev->dev.parent, &path); in print_pa_hwpath() 376 get_node_path(&pdev->dev, path); in get_pci_node_path() 407 get_node_path(padev->dev.parent, &path); in setup_bus_id() 783 get_node_path(dev->parent, path); in device_to_hwpath() 786 get_node_path(dev, path); in device_to_hwpath() 850 get_node_path(parent, &path); in walk_native_bus()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 643 static int get_node_path(struct inode *inode, long block, in get_node_path() function 733 level = get_node_path(dn->inode, index, offset, noffset); in f2fs_get_dnode_of_data() 1049 level = get_node_path(inode, from, offset, noffset); in f2fs_truncate_inode_blocks()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | node.c | 682 static int get_node_path(struct inode *inode, long block, in get_node_path() function 772 level = get_node_path(dn->inode, index, offset, noffset); in f2fs_get_dnode_of_data() 1126 level = get_node_path(inode, from, offset, noffset); in f2fs_truncate_inode_blocks()
|
Completed in 12 milliseconds