Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dreparse.c425 struct kvec reparse_iov, xattr_iov; in mknod_wsl() local
432 rc = wsl_set_xattrs(inode, mode, dev, &xattr_iov); in mknod_wsl()
441 cc = xattr_iov.iov_base; in mknod_wsl()
448 &reparse_iov, &xattr_iov); in mknod_wsl()
454 kfree(xattr_iov.iov_base); in mknod_wsl()
H A Dsmb2inode.c1206 struct kvec *xattr_iov) in smb2_get_reparse_inode() argument
1226 if (xattr_iov) in smb2_get_reparse_inode()
1227 oparms.ea_cctx = xattr_iov; in smb2_get_reparse_inode()
H A Dsmb2proto.h66 struct kvec *xattr_iov);