Home
last modified time | relevance | path

Searched refs:xattr_iov (Results 1 – 4 of 4) 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);