Home
last modified time | relevance | path

Searched refs:parse_reparse_point (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dreparse.c631 int parse_reparse_point(struct reparse_data_buffer *buf, in parse_reparse_point() function
674 return parse_reparse_point(buf, plen, cifs_sb, full_path, true, data); in smb2_parse_reparse_point()
H A Dsmb1ops.c1007 return parse_reparse_point(buf, plen, cifs_sb, full_path, true, data); in cifs_parse_reparse_point()
1142 .parse_reparse_point = cifs_parse_reparse_point,
H A Dcifsproto.h682 int parse_reparse_point(struct reparse_data_buffer *buf,
H A Dsmb2ops.c5172 .parse_reparse_point = smb2_parse_reparse_point,
5275 .parse_reparse_point = smb2_parse_reparse_point,
5382 .parse_reparse_point = smb2_parse_reparse_point,
5498 .parse_reparse_point = smb2_parse_reparse_point,
H A Dinode.c1131 } else if (iov && server->ops->parse_reparse_point) { in reparse_info_to_fattr()
1132 rc = server->ops->parse_reparse_point(cifs_sb, in reparse_info_to_fattr()
H A Dcifsglob.h594 int (*parse_reparse_point)(struct cifs_sb_info *cifs_sb, member