Home
last modified time | relevance | path

Searched refs:dnode_get_path (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0069-zfs-Fix-resource-leaks-while-constructing-path.patch6 There are several exit points in dnode_get_path() that are causing possible
35 @@ -2836,8 +2836,8 @@ dnode_get_path (struct subvolume *subvol, const char *path_in, dnode_end_t *d…
46 @@ -2879,11 +2879,18 @@ dnode_get_path (struct subvolume *subvol, const char *path_in, dnode_end_t …
67 @@ -2893,7 +2900,7 @@ dnode_get_path (struct subvolume *subvol, const char *path_in, dnode_end_t *d…
76 @@ -2903,6 +2910,8 @@ dnode_get_path (struct subvolume *subvol, const char *path_in, dnode_end_t *d…
85 @@ -2911,7 +2920,8 @@ dnode_get_path (struct subvolume *subvol, const char *path_in, dnode_end_t *d…
95 @@ -2949,11 +2959,12 @@ dnode_get_path (struct subvolume *subvol, const char *path_in, dnode_end_t …
110 @@ -2974,7 +2985,8 @@ dnode_get_path (struct subvolume *subvol, const char *path_in, dnode_end_t *d…
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c1175 dnode_get_path(dnode_end_t *mdn, const char *path_in, dnode_end_t *dn, in dnode_get_path() function
1478 err = dnode_get_path(mdn, filename, dn, data); in dnode_get_fullpath()