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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_lock.c268 struct ad_fd *adf; local
277 adf = &ad->ad_data_fork;
280 adf = ad->ad_md;
294 adf = ad->ad_md; /* either resource or meta data (set in ad_open) */
299 adf = &ad->ad_resource_fork;
307 if (!(adf->adf_flags & O_RDWR) && (type & ADLOCK_WR)) {
324 if (adf_findxlock(adf, fork, ADLOCK_WR |
332 i = adf_findlock(adf, fork, ADLOCK_RD | ADLOCK_WR, lock.l_start, lock.l_len);
333 adflock = (i < 0) ? NULL : adf->adf_lock + i;
355 adf_freelock(adf,
414 testlock(struct ad_fd *adf, off_t off, off_t len) argument
449 struct ad_fd *adf; local
480 struct ad_fd *adf; local
538 struct ad_fd *adf; local
603 struct ad_fd *adf; local
[all...]

Completed in 71 milliseconds