Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dreparse.c668 struct kvec reparse_iov, xattr_iov; in mknod_wsl() local
675 rc = wsl_set_xattrs(inode, mode, dev, &xattr_iov); in mknod_wsl()
687 cc = xattr_iov.iov_base; in mknod_wsl()
695 &reparse_iov, &xattr_iov); in mknod_wsl()
701 kfree(xattr_iov.iov_base); in mknod_wsl()
H A Dsmb2proto.h60 struct kvec *xattr_iov);
H A Dsmb2inode.c1360 struct kvec *xattr_iov) in smb2_create_reparse_inode() argument
1388 if (xattr_iov) in smb2_create_reparse_inode()
1389 oparms.ea_cctx = xattr_iov; in smb2_create_reparse_inode()
H A Dcifsglob.h635 struct kvec *xattr_iov);
H A Dcifssmb.c3092 struct kvec *xattr_iov) in cifs_create_reparse_inode() argument
3117 if (xattr_iov) in cifs_create_reparse_inode()
3133 if (xattr_iov) { in cifs_create_reparse_inode()
3136 ea = &((struct smb2_create_ea_ctx *)xattr_iov->iov_base)->ea; in cifs_create_reparse_inode()