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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.h62 extern struct ofork *of_find (const u_int16_t);
H A Dfork.c542 if (NULL == ( ofork = of_find( ofrefnum )) ) {
543 LOG(log_error, logtype_afpd, "afp_setforkparams: of_find(%d) could not locate fork", ofrefnum );
678 if (NULL == ( ofork = of_find( ofrefnum )) ) {
679 LOG(log_error, logtype_afpd, "afp_bytelock: of_find(%d) could not locate fork", ofrefnum );
853 if (NULL == ( ofork = of_find( ofrefnum )) ) {
854 LOG(log_error, logtype_afpd, "afp_read: of_find(%d) could not locate fork", ofrefnum );
1035 if (NULL == ( ofork = of_find( ofrefnum )) ) {
1036 LOG(log_error, logtype_afpd, "afp_flushfork: of_find(%d) could not locate fork", ofrefnum );
1064 if (NULL == ( ofork = of_find( ofrefnum )) ) {
1065 LOG(log_error, logtype_afpd, "afpd_syncfork: of_find(
[all...]
H A Dofork.c242 struct ofork *of_find(const u_int16_t ofrefnum ) function

Completed in 139 milliseconds