Home
last modified time | relevance | path

Searched defs:vlen (Results 1 – 7 of 7) sorted by relevance

/fs/
Dread_write.c667 unsigned long vlen, loff_t *pos) in vfs_readv()
680 unsigned long vlen, loff_t *pos) in vfs_writev()
693 unsigned long, vlen) in SYSCALL_DEFINE3() argument
714 unsigned long, vlen) in SYSCALL_DEFINE3() argument
Dcompat.c1171 compat_sys_readv(unsigned long fd, const struct compat_iovec __user *vec, unsigned long vlen) in compat_sys_readv()
1198 compat_sys_writev(unsigned long fd, const struct compat_iovec __user *vec, unsigned long vlen) in compat_sys_writev()
/fs/ncpfs/
Dncplib_kernel.c1097 ncp__io2vol(struct ncp_server *server, unsigned char *vname, unsigned int *vlen, in ncp__io2vol()
1174 const unsigned char *vname, unsigned int vlen, int cc) in ncp__vol2io()
1261 ncp__io2vol(unsigned char *vname, unsigned int *vlen, in ncp__io2vol()
1287 const unsigned char *vname, unsigned int vlen, int cc) in ncp__vol2io()
/fs/xfs/
Dxfs_attr_sf.h60 #define XFS_ATTR_SF_ENTSIZE_BYNAME(nlen,vlen) /* space name/value uses */ \ argument
Dxfs_attr_leaf.h184 static inline int xfs_attr_leaf_entsize_local(int nlen, int vlen) in xfs_attr_leaf_entsize_local()
/fs/nfsd/
Dvfs.c892 loff_t offset, struct kvec *vec, int vlen, unsigned long *count) in nfsd_vfs_read()
962 loff_t offset, struct kvec *vec, int vlen, in nfsd_vfs_write()
1069 loff_t offset, struct kvec *vec, int vlen, in nfsd_read()
1098 loff_t offset, struct kvec *vec, int vlen, unsigned long cnt, in nfsd_write()
/fs/jffs2/
Dwbuf.c849 int vlen = invecs[invec].iov_len; in jffs2_flash_writev() local