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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c1278 struct vol *s_vol, *d_vol; local
1294 if (NULL == ( s_vol = getvolbyvid( svid )) ) {
1300 if (NULL == ( dir = dirlookup( s_vol, sdid )) ) {
1309 if (NULL == ( s_path = cname( s_vol, dir, &ibuf )) ) {
1322 adp = of_ad(s_vol, s_path, &ad);
1338 p = ctoupath( s_vol, curdir, newname );
1385 if ( (err = copyfile(s_vol, d_vol, -1, p, upath , newname, adp)) < 0 ) {
1511 int copyfile(const struct vol *s_vol, argument
1530 ad_init(&ads, s_vol->v_adouble, s_vol
[all...]

Completed in 157 milliseconds