Searched refs:afpvol_t (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad.h55 } afpvol_t; typedef in typeref:struct:__anon2771
67 extern int openvol(const char *path, afpvol_t *vol);
68 extern void closevol(afpvol_t *vol);
69 extern cnid_t cnid_for_path(const afpvol_t *vol, const char *path, cnid_t *did);
70 extern cnid_t cnid_for_paths_parent(const afpvol_t *vol, const char *path, cnid_t *did);
72 extern int convert_dots_encoding(const afpvol_t *svol, const afpvol_t *dvol, char *path, size_t buflen);
H A Dad_util.c99 int openvol(const char *path, afpvol_t *vol)
103 memset(vol, 0, sizeof(afpvol_t));
145 void closevol(afpvol_t *vol)
150 memset(vol, 0, sizeof(afpvol_t));
208 int convert_dots_encoding(const afpvol_t *svol, const afpvol_t *dvol, char *path, size_t buflen)
259 * @param vol (r) pointer to afpvol_t
265 cnid_t cnid_for_path(const afpvol_t *vol,
326 * @param vol (r) pointer to afpvol_t
332 cnid_t cnid_for_paths_parent(const afpvol_t *vo
[all...]
H A Dad_ls.c216 static void print_flags(char *path, afpvol_t *vol, const struct stat *st)
448 static int ad_print(char *path, const struct stat *st, afpvol_t *vol)
473 static int ad_ls_r(char *path, afpvol_t *vol)
601 afpvol_t vol;
H A Dad_find.c89 afpvol_t vol;
H A Dad_rm.c47 static afpvol_t volume;
H A Dad_mv.c51 static afpvol_t svolume, dvolume;
H A Dad_cp.c92 static afpvol_t svolume, dvolume;
221 afpvol_t srcvol;
222 afpvol_t dstvol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad.h53 } afpvol_t; typedef in typeref:struct:__anon2832
65 extern int openvol(const char *path, afpvol_t *vol);
66 extern void closevol(afpvol_t *vol);
67 extern cnid_t cnid_for_path(const afpvol_t *vol, const char *path, cnid_t *did);
68 extern cnid_t cnid_for_paths_parent(const afpvol_t *vol, const char *path, cnid_t *did);
70 extern int convert_dots_encoding(const afpvol_t *svol, const afpvol_t *dvol, char *path, size_t buflen);
H A Dad_util.c99 int openvol(const char *path, afpvol_t *vol)
103 memset(vol, 0, sizeof(afpvol_t));
145 void closevol(afpvol_t *vol)
150 memset(vol, 0, sizeof(afpvol_t));
208 int convert_dots_encoding(const afpvol_t *svol, const afpvol_t *dvol, char *path, size_t buflen)
259 * @param vol (r) pointer to afpvol_t
265 cnid_t cnid_for_path(const afpvol_t *vol,
326 * @param vol (r) pointer to afpvol_t
332 cnid_t cnid_for_paths_parent(const afpvol_t *vo
[all...]
H A Dad_ls.c216 static void print_flags(char *path, afpvol_t *vol, const struct stat *st)
448 static int ad_print(char *path, const struct stat *st, afpvol_t *vol)
473 static int ad_ls_r(char *path, afpvol_t *vol)
601 afpvol_t vol;
H A Dad_find.c89 afpvol_t vol;
H A Dad_rm.c47 static afpvol_t volume;
H A Dad_mv.c51 static afpvol_t svolume, dvolume;
H A Dad_cp.c92 static afpvol_t svolume, dvolume;
221 afpvol_t srcvol;
222 afpvol_t dstvol;

Completed in 77 milliseconds