Searched refs:child_path (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_server.c | 624 struct path *child_path, bool *truncate) in hmdfs_lookup_create() 663 child_path->dentry = dentry; in hmdfs_lookup_create() 664 child_path->mnt = mntget(path_parent.mnt); in hmdfs_lookup_create() 706 struct path child_path; in hmdfs_server_do_atomic_open() local 710 err = hmdfs_lookup_create(con, recv, &child_path, &truncate); in hmdfs_server_do_atomic_open() 714 err = hmdfs_dentry_open(con, &child_path, info); in hmdfs_server_do_atomic_open() 723 err = vfs_truncate(&child_path, 0); in hmdfs_server_do_atomic_open() 739 path_put(&child_path); in hmdfs_server_do_atomic_open() 622 hmdfs_lookup_create(struct hmdfs_peer *con, struct atomic_open_request *recv, struct path *child_path, bool *truncate) hmdfs_lookup_create() argument
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_server.c | 624 struct path *child_path, bool *truncate) in hmdfs_lookup_create() 663 child_path->dentry = dentry; in hmdfs_lookup_create() 664 child_path->mnt = mntget(path_parent.mnt); in hmdfs_lookup_create() 706 struct path child_path; in hmdfs_server_do_atomic_open() local 710 err = hmdfs_lookup_create(con, recv, &child_path, &truncate); in hmdfs_server_do_atomic_open() 714 err = hmdfs_dentry_open(con, &child_path, info); in hmdfs_server_do_atomic_open() 723 err = vfs_truncate(&child_path, 0); in hmdfs_server_do_atomic_open() 739 path_put(&child_path); in hmdfs_server_do_atomic_open() 622 hmdfs_lookup_create(struct hmdfs_peer *con, struct atomic_open_request *recv, struct path *child_path, bool *truncate) hmdfs_lookup_create() argument
|
/kernel/linux/linux-5.10/fs/exportfs/ |
H A D | expfs.c | 284 struct path child_path = { in get_name() local 305 error = vfs_getattr_nosec(&child_path, &stat, in get_name()
|
/kernel/linux/linux-6.6/fs/exportfs/ |
H A D | expfs.c | 283 struct path child_path = { in get_name() local 304 error = vfs_getattr_nosec(&child_path, &stat, in get_name()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | unittest.c | 2403 char *child_path; in of_unittest_overlay_10() local 2412 child_path = kasprintf(GFP_KERNEL, "%s/test-unittest101", in of_unittest_overlay_10() 2414 if (unittest(child_path, "overlay test %d failed; kasprintf\n", 10)) in of_unittest_overlay_10() 2417 ret = of_path_device_type_exists(child_path, PDEV_OVERLAY); in of_unittest_overlay_10() 2418 kfree(child_path); in of_unittest_overlay_10()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | unittest.c | 2546 char *child_path; in of_unittest_overlay_10() local 2555 child_path = kasprintf(GFP_KERNEL, "%s/test-unittest101", in of_unittest_overlay_10() 2557 if (unittest(child_path, "overlay test %d failed; kasprintf\n", 10)) in of_unittest_overlay_10() 2560 ret = of_path_device_type_exists(child_path, PDEV_OVERLAY); in of_unittest_overlay_10() 2561 kfree(child_path); in of_unittest_overlay_10()
|
Completed in 20 milliseconds