Lines Matching refs:buffer
93 static char *tomoyo_get_absolute_path(const struct path *path, char * const buffer, in tomoyo_get_absolute_path() argument
100 pos = d_absolute_path(path, buffer, buflen - 1); in tomoyo_get_absolute_path()
105 buffer[buflen - 2] = '/'; in tomoyo_get_absolute_path()
106 buffer[buflen - 1] = '\0'; in tomoyo_get_absolute_path()
124 static char *tomoyo_get_dentry_path(struct dentry *dentry, char * const buffer, in tomoyo_get_dentry_path() argument
130 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
135 buffer[buflen - 2] = '/'; in tomoyo_get_dentry_path()
136 buffer[buflen - 1] = '\0'; in tomoyo_get_dentry_path()
152 static char *tomoyo_get_local_path(struct dentry *dentry, char * const buffer, in tomoyo_get_local_path() argument
156 char *pos = tomoyo_get_dentry_path(dentry, buffer, buflen); in tomoyo_get_local_path()
168 if (pos < buffer) in tomoyo_get_local_path()
198 if (pos < buffer) in tomoyo_get_local_path()
210 if (pos < buffer) in tomoyo_get_local_path()