Searched refs:adouble (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_size.c16 #include <atalk/adouble.h>
18 off_t ad_size(const struct adouble *ad, const u_int32_t eid)
H A Dad_date.c6 #include <atalk/adouble.h>
8 int ad_setdate(struct adouble *ad,
40 int ad_getdate(const struct adouble *ad,
H A Dad_flush.c29 #include <atalk/adouble.h>
51 /* rebuild the adouble header
54 int ad_rebuild_adouble_header(struct adouble *ad)
104 * doesn't work well for adouble with different version.
107 int ad_copy_header(struct adouble *add, struct adouble *ads)
138 int ad_rebuild_sfm_header(struct adouble *ad)
169 int ad_flush( struct adouble *ad)
195 int ad_close( struct adouble *ad, int adflags)
H A Dad_private.h8 #include <atalk/adouble.h>
35 #endif /* libatalk/adouble/ad_private.h */
H A Dad_write.c10 #include <atalk/adouble.h>
48 ssize_t ad_write(struct adouble *ad, const u_int32_t eid, off_t off, const int end, const char *buf, const size_t buflen)
152 int ad_rtruncate( struct adouble *ad, const off_t size)
163 int ad_dtruncate(struct adouble *ad, const off_t size)
H A Dad_attr.c6 #include <atalk/adouble.h>
17 int ad_getattr(const struct adouble *ad, u_int16_t *attr)
61 int ad_setattr(const struct adouble *ad, const u_int16_t attribute)
113 int ad_setid (struct adouble *adp, const dev_t dev, const ino_t ino , const u_int32_t id, const cnid_t did, const void *stamp)
142 u_int32_t ad_getid (struct adouble *adp, const dev_t st_dev, const ino_t st_ino , const cnid_t did, const void *stamp)
152 * only use the ID if adouble is writable for us.
176 u_int32_t ad_forcegetid (struct adouble *adp)
191 int ad_setname(struct adouble *ad, const char *path)
H A Dad_mmap.c17 #include <atalk/adouble.h>
31 void *ad_mmapread(struct adouble *ad, const u_int32_t eid,
60 void *ad_mmapwrite(struct adouble *ad, const u_int32_t eid,
H A Dad_sendfile.c36 #include <atalk/adouble.h>
120 int ad_readfile_init(const struct adouble *ad,
143 /* read from a socket and write to an adouble file */
144 ssize_t ad_writefile(struct adouble *ad, const int eid,
H A Dad_read.c30 #include <atalk/adouble.h>
62 ssize_t ad_read( struct adouble *ad, const u_int32_t eid, off_t off, char *buf, const size_t buflen)
H A Dad_open.c31 * @sa include/atalk/adouble.h
40 #include <atalk/adouble.h>
150 static u_int32_t get_eid(struct adouble *ad, u_int32_t eid)
188 /* OS X adouble finder info and resource fork only
210 /* update a version 2 adouble resource fork with our private entries */
211 static int ad_update(struct adouble *ad, const char *path)
336 static int ad_convert(struct adouble *ad, const char *path)
495 static void parse_entries(struct adouble *ad, char *buf,
533 static int ad_header_read(struct adouble *ad, struct stat *hst)
666 static int ad_header_sfm_read(struct adouble *a
[all...]
H A Dad_lock.c21 #include <atalk/adouble.h>
264 int ad_fcntl_lock(struct adouble *ad, const u_int32_t eid, const int locktype,
447 int ad_testlock(struct adouble *ad, int eid, const off_t off)
477 u_int16_t ad_openforks(struct adouble *ad, u_int16_t attrbits)
534 int ad_fcntl_tmplock(struct adouble *ad, const u_int32_t eid, const int locktype,
601 int ad_excl_lock(struct adouble *ad, const u_int32_t eid)
626 void ad_fcntl_unlock(struct adouble *ad, const int fork)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dadouble.h2 * $Id: adouble.h,v 1.55 2010-03-30 12:55:26 franklahm Exp $
263 struct adouble { struct
295 int (*ad_rebuild_header)(struct adouble *);
296 int (*ad_check_header)(struct adouble *, struct stat *);
297 int (*ad_header_read)(struct adouble *, struct stat *);
298 int (*ad_header_upgrade)(struct adouble *, char *);
315 /* adouble v2 cnid cache */
318 #define ADVOL_UNIXPRIV (1 << 2) /* adouble unix priv */
442 extern int ad_rebuild_adouble_header (struct adouble *);
443 extern int ad_rebuild_sfm_header (struct adouble *);
[all...]
H A DMakefile.am5 adouble.h vfs.h aep.h afp.h asp.h atp.h boolean.h \
H A Dcnid_dbd_private.h10 #include <atalk/adouble.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.h33 #include <atalk/adouble.h>
118 extern int renamefile (const struct vol *, int, char *, char *, char *, struct adouble *);
119 extern int copyfile (const struct vol *, const struct vol *, int, char *, char *, char *, struct adouble *);
123 struct dir *dir, char *buf, size_t *buflen, struct adouble *adp);
125 extern void *get_finderinfo (const struct vol *, const char *, struct adouble *, void *, int);
131 struct adouble *,
H A Dmangle.h13 #include <atalk/adouble.h>
H A Dfork.h13 #include <atalk/adouble.h>
24 struct adouble *of_ad;
59 struct adouble *,
75 extern struct adouble *of_ad (const struct vol *, struct path *, struct adouble *);
85 extern int getforkmode (struct adouble *, int , int );
H A Dofork.c136 struct adouble *ad,
193 /* see if we need to allocate space for the adouble struct */
195 ad = malloc( sizeof( struct adouble ) );
220 /* Increase the refcount on this struct adouble. This is
453 struct adouble *of_ad(const struct vol *vol, struct path *path, struct adouble *ad)
456 struct adouble *adp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/
H A DMakefile.am4 SUBDIRS = acl adouble asp atp bstring compat cnid dsi nbp netddp tdb util unicode vfs
12 adouble/libadouble.la \
27 adouble/libadouble.la \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/adv1tov2/
H A Dadv1tov2.c11 #include <atalk/adouble.h>
84 struct adouble ad;
129 struct adouble ad;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmegatron.h8 #include <atalk/adouble.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_private.h35 #include <atalk/adouble.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dvfs.c33 #include <atalk/adouble.h>
92 * classic adouble format
176 char *adouble = vol->ad_path(name, ADFLAGS_DIR ); local
180 if (stickydirmode(ad_dir(adouble), DIRBITS | mode, dropbox, vol->v_umask) < 0 )
188 if (stickydirmode(ad_dir(adouble), DIRBITS | mode, dropbox, vol->v_umask) < 0 )
217 char *adouble = vol->ad_path(name, ADFLAGS_DIR ); local
218 char *adouble_p = ad_dir(adouble);
221 if (stickydirmode(ad_dir(adouble), DIRBITS | mode, dropbox, vol->v_umask) < 0)
229 if (stickydirmode(ad_dir(adouble), DIRBITS | mode, dropbox, vol->v_umask) < 0)
298 struct adouble a
631 char *adouble = vol->ad_path(name, ADFLAGS_DIR ); local
696 char *adouble = vol->ad_path(name, ADFLAGS_DIR ); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbif.h58 #include <atalk/adouble.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dunix.c36 #include <atalk/adouble.h>

Completed in 132 milliseconds

123