Lines Matching defs:from
131 /* length of negcontexts including pad from end of sec blob to them */
311 * area and the offset to it (from the beginning of the smb are also returned.
400 /* return pointer to beginning of data area, ie offset from SMB start */
415 int offset; /* the offset from the beginning of SMB to data area */
454 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb)
469 if (from[0] == '\\')
470 start_of_path = from + 1;
475 (from[0] == '/')) {
476 start_of_path = from + 1;
478 start_of_path = from;