• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/

Lines Matching refs:adouble

31  * @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 *ad, struct stat *hst)
705 /* reinit adouble table */
1095 static int ad_error(struct adouble *ad, int adflags)
1109 static int new_rfork(const char *path, struct adouble *ad, int adflags);
1118 static int ad_check_size(struct adouble *ad _U_, struct stat *st)
1126 static int ad_check_size_sfm(struct adouble *ad _U_, struct stat *st)
1134 static int ad_header_upgrade(struct adouble *ad, char *name)
1146 static int ad_header_upgrade_none(struct adouble *ad _U_, char *name _U_)
1183 void ad_init(struct adouble *ad, int flags, int options)
1228 * ADFLAGS_NOADOUBLE: dont create adouble files if not necessary\n
1242 * @param ad pointer to struct adouble
1250 int ad_open( const char *path, int adflags, int oflags, int mode, struct adouble *ad)
1380 * We're expecting to create a new adouble header file,
1384 LOG(log_debug, logtype_default, "ad_open(\"%s\"): {cwd: \"%s\"} creating adouble file",
1437 * This is a new adouble header file. Initialize the structure,
1449 /* Read the adouble header in and parse it.*/
1536 * @param adp pointer to struct adouble
1539 * a adouble file depends on various other volume options, eg. ADVOL_CACHE
1541 int ad_metadata(const char *name, int flags, struct adouble *adp)
1587 int ad_metadataat(int dirfd, const char *name, int flags, struct adouble *adp)
1620 static int new_rfork(const char *path, struct adouble *ad, int adflags)
1690 int ad_refresh(struct adouble *ad)
1704 struct adouble *ad)