Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 23 of 23) sorted by relevance

/fs/nfsd/
Dnfs4callback.c88 xdr_writemem(__be32 *p, const void *ptr, int nbytes) in xdr_writemem()
99 #define WRITEMEM(ptr,nbytes) do { \ argument
102 #define RESERVE_SPACE(nbytes) do { \ argument
130 #define READ_BUF(nbytes) do { \ argument
Dnfs4xdr.c118 #define READMEM(x,nbytes) do { \ argument
122 #define SAVEMEM(x,nbytes) do { \ argument
132 #define COPYMEM(x,nbytes) do { \ argument
138 #define READ_BUF(nbytes) do { \ argument
149 static __be32 *read_buf(struct nfsd4_compoundargs *argp, u32 nbytes) in read_buf()
207 static char *savemem(struct nfsd4_compoundargs *argp, __be32 *p, int nbytes) in savemem()
1174 #define WRITEMEM(ptr,nbytes) do { if (nbytes > 0) { \ argument
1187 #define RESERVE_SPACE(nbytes) do { \ argument
Dnfs4state.c108 opaque_hashval(const void *ptr, int nbytes) in opaque_hashval()
/fs/
Dsync.c266 asmlinkage long SyS_sync_file_range(long fd, loff_t offset, loff_t nbytes, in SyS_sync_file_range()
284 loff_t offset, loff_t nbytes) in SyS_sync_file_range2()
Dbinfmt_misc.c533 bm_entry_read(struct file * file, char __user * buf, size_t nbytes, loff_t *ppos) in bm_entry_read()
650 bm_status_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) in bm_status_read()
/fs/coda/
Dpsdev.c96 size_t nbytes, loff_t *off) in coda_psdev_write()
209 size_t nbytes, loff_t *off) in coda_psdev_read()
/fs/fuse/
Ddev.c214 unsigned nbytes = 0; in len_args() local
614 static int fuse_copy_pages(struct fuse_copy_state *cs, unsigned nbytes, in fuse_copy_pages()
874 unsigned nbytes) in copy_out_args()
907 unsigned nbytes = iov_length(iov, nr_segs); in fuse_dev_write() local
Ddir.c989 static int parse_dirfile(char *buf, size_t nbytes, struct file *file, in parse_dirfile()
1017 size_t nbytes; in fuse_readdir() local
Dfile.c938 unsigned nbytes, int write) in fuse_get_user_pages()
983 size_t nbytes; in fuse_direct_io() local
/fs/xfs/
Dxfs_buf_item.c54 uint nbytes; in xfs_buf_item_log_debug() local
88 uint nbytes; in xfs_buf_item_flush_log_debug() local
Dxfs_dir2_sf.c442 int nbytes; /* temp for byte copies */ in xfs_dir2_sf_addname_hard() local
/fs/jfs/
Dxattr.c246 s32 nbytes, nb; in ea_write() local
395 int nbytes, nb; in ea_read() local
Djfs_logmgr.c367 int nbytes; /* number of bytes to move */ in lmWriteRecord() local
Djfs_xtree.c2836 s64 offset, nbytes, nbrd, pno; in xtRelocate() local
/fs/nfs/
Dread.c242 size_t rsize = NFS_SERVER(inode)->rsize, nbytes; in nfs_pagein_multi() local
Dcallback_xdr.c54 static __be32 *read_buf(struct xdr_stream *xdr, int nbytes) in read_buf()
Dnfs4xdr.c564 #define WRITEMEM(ptr,nbytes) do { \ argument
568 #define RESERVE_SPACE(nbytes) do { \ argument
2046 #define COPYMEM(x,nbytes) do { \ argument
2051 #define READ_BUF(nbytes) do { \ argument
Dwrite.c870 size_t wsize = NFS_SERVER(inode)->wsize, nbytes; in nfs_flush_multi() local
/fs/xfs/linux-2.6/
Dxfs_buf.c368 size_t nbytes, offset; in _xfs_buf_lookup_pages() local
1225 int rbytes, nbytes = PAGE_CACHE_SIZE - offset; in _xfs_buf_ioapply() local
/fs/proc/
Dgeneric.c40 proc_file_read(struct file *file, char __user *buf, size_t nbytes, in proc_file_read()
/fs/ocfs2/dlm/
Ddlmdebug.c404 size_t nbytes, loff_t *ppos) in debug_buffer_read()
/fs/cifs/
Dcifssmb.c1404 const unsigned int count, const __u64 lseek, unsigned int *nbytes, in CIFSSMBRead()
1510 const __u64 offset, unsigned int *nbytes, const char *buf, in CIFSSMBWrite()
1620 const __u64 offset, unsigned int *nbytes, struct kvec *iov, in CIFSSMBWrite2()
/fs/btrfs/
Dctree.h465 __le64 nbytes; member