Function report |
Source Code:fs\d_path.c |
Create Date:2022-07-28 20:12:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:prepend
Proto:static int prepend(char **buffer, int *buflen, const char *str, int namelen)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char ** | buffer | |
int * | buflen | |
const char * | str | |
int | namelen |
14 | If buflen < 0 Then Return -ENAMETOOLONG |
18 | Return 0 |
Name | Describe |
---|---|
__d_path | __d_path - return the path of a dentry*@path: the dentry/vfsmount to report*@root: root vfsmnt/dentry*@buf: buffer to return value in*@buflen: buffer length* Convert a dentry into an ASCII path name |
d_absolute_path | |
path_with_deleted | same as __d_path but appends "(deleted)" for unlinked files. |
prepend_unreachable | |
simple_dname | |
__dentry_path | Write full pathname from the root of the filesystem into the buffer. |
dentry_path | |
SYSCALL_DEFINE2 | NOTE! The user-level library version returns a* character pointer |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |