Searched refs:se_path (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_migrate.c45 if ((sep->se_path = shadow_strdup(path)) == NULL) {
51 if ((sep->se_path = shadow_alloc(len)) == NULL) {
56 (void) snprintf(sep->se_path, len, "%s/%s", path, entry);
66 statvfs64(sep->se_path, &vstat) == 0 &&
68 free(sep->se_path);
81 free(sep->se_path);
479 free(sep->se_path);
501 if (strcmp(sep->se_path, path) == 0) {
513 if ((sep->se_path = shadow_strdup(path)) == NULL) {
635 if ((fd = open(sep->se_path, O_RDONL
[all...]
H A Dshadow_impl.h103 char *se_path; /* file or directory path */ member in struct:shadow_entry
111 char *se_path; /* remote path */ member in struct:shadow_error
H A Dshadow_status.c192 shadow_strdup(sep->se_path)) == NULL) {

Completed in 24 milliseconds