Lines Matching refs:from
135 /* length of negcontexts including pad from end of sec blob to them */
303 * area and the offset to it (from the beginning of the smb are also returned.
392 /* return pointer to beginning of data area, ie offset from SMB start */
407 int offset; /* the offset from the beginning of SMB to data area */
446 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb)
461 if (from[0] == '\\')
462 start_of_path = from + 1;
467 (from[0] == '/')) {
468 start_of_path = from + 1;
470 start_of_path = from;