Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dreparse.c667 struct kvec reparse_iov, xattr_iov; in mknod_wsl() local
674 rc = wsl_set_xattrs(inode, mode, dev, &xattr_iov); in mknod_wsl()
686 cc = xattr_iov.iov_base; in mknod_wsl()
694 &reparse_iov, &xattr_iov); in mknod_wsl()
700 kfree(xattr_iov.iov_base); in mknod_wsl()
H A Dsmb2proto.h56 struct kvec *xattr_iov);
H A Dsmb2inode.c1428 struct kvec *xattr_iov) in smb2_create_reparse_inode() argument
1456 if (xattr_iov) in smb2_create_reparse_inode()
1457 oparms.ea_cctx = xattr_iov; in smb2_create_reparse_inode()
H A Dcifsproto.h498 struct kvec *xattr_iov);
H A Dcifsglob.h636 struct kvec *xattr_iov);
H A Dcifssmb.c2950 struct kvec *xattr_iov) in cifs_create_reparse_inode() argument
2975 if (xattr_iov) in cifs_create_reparse_inode()
2991 if (xattr_iov) { in cifs_create_reparse_inode()
2994 ea = &((struct smb2_create_ea_ctx *)xattr_iov->iov_base)->ea; in cifs_create_reparse_inode()