Lines Matching refs:out_buf
26 if (sm->out_buf && sm->out_len != 0)
27 kfree(sm->out_buf);
29 sm->out_buf = NULL;
43 .out_buf = NULL,
58 if (!ret && (sm.out_len == 0 || !sm.out_buf))
62 resp = sm.out_buf;
108 .out_buf = NULL,
147 sm.out_buf = page;
473 .out_buf = NULL,
490 if (!sm.out_buf) {
494 resp = sm.out_buf;
522 .out_buf = NULL,
540 if (!sm.out_buf) {
544 resp = sm.out_buf;
569 .out_buf = NULL,
600 .out_buf = NULL,
636 .out_buf = NULL,
734 .out_buf = NULL,
746 if (!ret && (sm.out_len == 0 || !sm.out_buf))
751 hmdfs_update_getattr_ret(sm.out_buf, result);
790 .out_buf = NULL,
805 if (!ret && (sm.out_len == 0 || !sm.out_buf))
810 hmdfs_update_statfs_ret(sm.out_buf, buf);
874 .out_buf = NULL,
888 if (!ret && (sm.out_len == 0 || !sm.out_buf))
893 hmdfs_update_getxattr_ret(sm.out_buf, value, size, &ret);
964 .out_buf = NULL,
976 if (!ret && (sm.out_len == 0 || !sm.out_buf))
981 hmdfs_update_listxattr_ret(sm.out_buf, list, size, &ret);