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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_resolve.c258 static NTSTATUS pvfs_unix_path(struct pvfs_state *pvfs, const char *cifs_name, argument
265 name->original_name = talloc_strdup(name, cifs_name);
270 while (*cifs_name == '\\') {
271 cifs_name++;
274 if (*cifs_name == 0) {
282 ret = talloc_asprintf(name, "%s/%s", pvfs->base_directory, cifs_name);
502 const char *cifs_name,
521 status = pvfs_unix_path(pvfs, cifs_name, flags, *name);
525 status = pvfs_reduce_name(*name, lp_iconv_convenience(pvfs->ntvfs->ctx->lp_ctx), &cifs_name, flags);
529 status = pvfs_unix_path(pvfs, cifs_name, flag
501 pvfs_resolve_name(struct pvfs_state *pvfs, TALLOC_CTX *mem_ctx, const char *cifs_name, uint_t flags, struct pvfs_filename **name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_resolve.c258 static NTSTATUS pvfs_unix_path(struct pvfs_state *pvfs, const char *cifs_name, argument
265 name->original_name = talloc_strdup(name, cifs_name);
270 while (*cifs_name == '\\') {
271 cifs_name++;
274 if (*cifs_name == 0) {
282 ret = talloc_asprintf(name, "%s/%s", pvfs->base_directory, cifs_name);
502 const char *cifs_name,
521 status = pvfs_unix_path(pvfs, cifs_name, flags, *name);
525 status = pvfs_reduce_name(*name, lp_iconv_convenience(pvfs->ntvfs->ctx->lp_ctx), &cifs_name, flags);
529 status = pvfs_unix_path(pvfs, cifs_name, flag
501 pvfs_resolve_name(struct pvfs_state *pvfs, TALLOC_CTX *mem_ctx, const char *cifs_name, uint_t flags, struct pvfs_filename **name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_resolve.c258 static NTSTATUS pvfs_unix_path(struct pvfs_state *pvfs, const char *cifs_name, argument
265 name->original_name = talloc_strdup(name, cifs_name);
270 while (*cifs_name == '\\') {
271 cifs_name++;
274 if (*cifs_name == 0) {
282 ret = talloc_asprintf(name, "%s/%s", pvfs->base_directory, cifs_name);
502 const char *cifs_name,
521 status = pvfs_unix_path(pvfs, cifs_name, flags, *name);
525 status = pvfs_reduce_name(*name, lp_iconv_convenience(pvfs->ntvfs->ctx->lp_ctx), &cifs_name, flags);
529 status = pvfs_unix_path(pvfs, cifs_name, flag
501 pvfs_resolve_name(struct pvfs_state *pvfs, TALLOC_CTX *mem_ctx, const char *cifs_name, uint_t flags, struct pvfs_filename **name) argument
[all...]

Completed in 113 milliseconds