Searched refs:prepend_name (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | d_path.c | 22 * prepend_name - prepend a pathname in front of current buffer pointer 38 static int prepend_name(char **buffer, int *buflen, const struct qstr *name) in prepend_name() function 131 error = prepend_name(&bptr, &blen, &dentry->d_name); in prepend_path() 353 error = prepend_name(&end, &len, &dentry->d_name); in __dentry_path()
|
/kernel/linux/linux-6.6/fs/ |
H A D | d_path.c | 80 * prepend_name - prepend a pathname in front of current buffer pointer 96 static bool prepend_name(struct prepend_buffer *p, const struct qstr *name) in prepend_name() function 133 if (!prepend_name(p, &dentry->d_name)) in __prepend_path() 346 if (!prepend_name(&b, &dentry->d_name)) in __dentry_path()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 161 static int prepend_name(char **buffer, int *buflen, const struct qstr *name) in prepend_name() function 217 error = prepend_name(&end, &len, &dentry->d_name); in hmdfs_dentry_path_raw() 303 error = prepend_name(&end, &len, &dentry->d_name); in hmdfs_merge_dentry_path_raw()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 162 static int prepend_name(char **buffer, int *buflen, const struct qstr *name) in prepend_name() function 218 error = prepend_name(&end, &len, &dentry->d_name); in hmdfs_dentry_path_raw() 304 error = prepend_name(&end, &len, &dentry->d_name); in hmdfs_merge_dentry_path_raw()
|
Completed in 9 milliseconds