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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dfork.c60 if (! AD_META_OPEN(ofork->of_ad)) {
63 adp = ofork->of_ad;
78 if ( ad_data_fileno( ofork->of_ad ) <= 0 ) {
85 if ( fstat( ad_data_fileno( ofork->of_ad ), st ) < 0 ) {
320 adsame = opened->of_ad;
356 if (ad_open(ofork->of_ad, upath, adflags, 0666) < 0) {
387 if (ad_open(ofork->of_ad, upath, adflags, 0666) == 0) {
389 if (ad_get_MD_flags(ofork->of_ad) & O_CREAT) {
392 if ((id = get_id(vol, ofork->of_ad, st, dir->d_did, upath, strlen(upath))) == CNID_INVALID) {
396 (void)ad_setid(ofork->of_ad, s
[all...]
H A Dofork.c205 of->of_ad = ad;
376 of->of_ad->ad_refcount--;
378 if ( of->of_ad->ad_refcount <= 0) {
379 free( of->of_ad->ad_name );
380 free( of->of_ad);
401 ad_refresh(NULL, ofork->of_ad );
403 ad_setdate(ofork->of_ad, AD_DATE_MODIFY | AD_DATE_UNIX,tv.tv_sec);
404 ad_flush( ofork->of_ad );
416 ad_unlock(ofork->of_ad, ofork->of_refnum, ofork->of_flags & AFPFORK_ERROR ? 0 : 1);
422 if (AD_DATA_OPEN(ofork->of_ad))
442 struct adouble *of_ad(const struct vol *vol, struct path *path, struct adouble *ad) function
[all...]
H A Dfork.h23 struct adouble *of_ad; member in struct:ofork
54 #define of_name(a) (a)->of_ad->ad_name
73 extern struct adouble *of_ad (const struct vol *, struct path *, struct adouble *);
H A Ddesktop.c838 adp = of->of_ad;
913 adp = of->of_ad;
990 adp = of->of_ad;
H A Dfile.c637 adp = of_ad(vol, path, &ad);
865 adp = of_ad(vol, path, &ad);
1303 adp = of_ad(s_vol, s_path, &ad);
2005 adp = (*of)->of_ad;
H A Dcatsearch.c197 adp = of->of_ad;
H A Dfiledir.c274 adp = opened->of_ad;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dfork.c60 if (! AD_META_OPEN(ofork->of_ad)) {
63 adp = ofork->of_ad;
78 if ( ad_data_fileno( ofork->of_ad ) <= 0 ) {
85 if ( fstat( ad_data_fileno( ofork->of_ad ), st ) < 0 ) {
320 adsame = opened->of_ad;
356 if (ad_open(ofork->of_ad, upath, adflags, 0666) < 0) {
387 if (ad_open(ofork->of_ad, upath, adflags, 0666) == 0) {
389 if (ad_get_MD_flags(ofork->of_ad) & O_CREAT) {
392 if ((id = get_id(vol, ofork->of_ad, st, dir->d_did, upath, strlen(upath))) == CNID_INVALID) {
396 (void)ad_setid(ofork->of_ad, s
[all...]
H A Dofork.c205 of->of_ad = ad;
376 of->of_ad->ad_refcount--;
378 if ( of->of_ad->ad_refcount <= 0) {
379 free( of->of_ad->ad_name );
380 free( of->of_ad);
401 ad_refresh(NULL, ofork->of_ad );
403 ad_setdate(ofork->of_ad, AD_DATE_MODIFY | AD_DATE_UNIX,tv.tv_sec);
404 ad_flush( ofork->of_ad );
416 ad_unlock(ofork->of_ad, ofork->of_refnum, ofork->of_flags & AFPFORK_ERROR ? 0 : 1);
422 if (AD_DATA_OPEN(ofork->of_ad))
442 struct adouble *of_ad(const struct vol *vol, struct path *path, struct adouble *ad) function
[all...]
H A Dfork.h23 struct adouble *of_ad; member in struct:ofork
54 #define of_name(a) (a)->of_ad->ad_name
73 extern struct adouble *of_ad (const struct vol *, struct path *, struct adouble *);
H A Ddesktop.c838 adp = of->of_ad;
913 adp = of->of_ad;
990 adp = of->of_ad;
H A Dfile.c637 adp = of_ad(vol, path, &ad);
865 adp = of_ad(vol, path, &ad);
1303 adp = of_ad(s_vol, s_path, &ad);
2005 adp = (*of)->of_ad;
H A Dcatsearch.c197 adp = of->of_ad;
H A Dfiledir.c274 adp = opened->of_ad;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dfork.c60 if (! AD_META_OPEN(ofork->of_ad)) {
63 adp = ofork->of_ad;
78 if ( ad_data_fileno( ofork->of_ad ) <= 0 ) {
85 if ( fstat( ad_data_fileno( ofork->of_ad ), st ) < 0 ) {
320 adsame = opened->of_ad;
356 if (ad_open(ofork->of_ad, upath, adflags, 0666) < 0) {
387 if (ad_open(ofork->of_ad, upath, adflags, 0666) == 0) {
389 if (ad_get_MD_flags(ofork->of_ad) & O_CREAT) {
392 if ((id = get_id(vol, ofork->of_ad, st, dir->d_did, upath, strlen(upath))) == CNID_INVALID) {
396 (void)ad_setid(ofork->of_ad, s
[all...]
H A Dofork.c205 of->of_ad = ad;
376 of->of_ad->ad_refcount--;
378 if ( of->of_ad->ad_refcount <= 0) {
379 free( of->of_ad->ad_name );
380 free( of->of_ad);
401 ad_refresh(NULL, ofork->of_ad );
403 ad_setdate(ofork->of_ad, AD_DATE_MODIFY | AD_DATE_UNIX,tv.tv_sec);
404 ad_flush( ofork->of_ad );
416 ad_unlock(ofork->of_ad, ofork->of_refnum, ofork->of_flags & AFPFORK_ERROR ? 0 : 1);
422 if (AD_DATA_OPEN(ofork->of_ad))
442 struct adouble *of_ad(const struct vol *vol, struct path *path, struct adouble *ad) function
[all...]
H A Dfork.h23 struct adouble *of_ad; member in struct:ofork
54 #define of_name(a) (a)->of_ad->ad_name
73 extern struct adouble *of_ad (const struct vol *, struct path *, struct adouble *);
H A Ddesktop.c838 adp = of->of_ad;
913 adp = of->of_ad;
990 adp = of->of_ad;
H A Dfile.c637 adp = of_ad(vol, path, &ad);
865 adp = of_ad(vol, path, &ad);
1303 adp = of_ad(s_vol, s_path, &ad);
2005 adp = (*of)->of_ad;
H A Dcatsearch.c197 adp = of->of_ad;
H A Dfiledir.c274 adp = opened->of_ad;

Completed in 296 milliseconds