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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_super.c118 int stat_result = 0; local
158 stat_result = v9fs_t_stat(v9ses, newfid, &fcall);
159 if (stat_result < 0) {
184 if (stat_result < 0) {
185 retval = stat_result;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c385 #define stat_result(hi) (((struct ibmmca_hostdata *) hosts[(hi)]->hostdata)->_stat_result) macro
600 stat_result(ihost_index) = cmd_result;
621 stat_result(ihost_index) = cmd_result;
639 stat_result(ihost_index) = cmd_result;
650 stat_result(ihost_index) = cmd_result;
756 if ((stat_result(host_index) == IM_SCB_CMD_COMPLETED) || (stat_result(host_index) == IM_SCB_CMD_COMPLETED_WITH_RETRIES))
793 if ((stat_result(host_index) == IM_SCB_CMD_COMPLETED) || (stat_result(host_index) == IM_SCB_CMD_COMPLETED_WITH_RETRIES))
834 if ((stat_result(host_inde
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c1520 int stat_result; local
1546 stat_result = fstat(ad_data_fileno(adp), &st); /* saving stat exit code, thus saving us on one more stat later on */
1548 if (stat_result < 0) {
1593 else if (stat_result == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c1523 int stat_result; local
1549 stat_result = fstat(ad_data_fileno(adp), &st); /* saving stat exit code, thus saving us on one more stat later on */
1551 if (stat_result < 0) {
1597 else if (stat_result == 0) {

Completed in 121 milliseconds