Home
last modified time | relevance | path

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

12

/fs/
Dsync.c243 int sync_file_range(struct file *file, loff_t offset, loff_t nbytes, in sync_file_range()
370 int ksys_sync_file_range(int fd, loff_t offset, loff_t nbytes, in ksys_sync_file_range()
385 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes, in SYSCALL_DEFINE4() argument
394 loff_t, offset, loff_t, nbytes) in SYSCALL_DEFINE4() argument
Dbinfmt_misc.c583 bm_entry_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) in bm_entry_read()
723 bm_status_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) in bm_status_read()
/fs/fuse/
Dreaddir.c126 static int parse_dirfile(char *buf, size_t nbytes, struct file *file, in parse_dirfile()
286 static int parse_dirplusfile(char *buf, size_t nbytes, struct file *file, in parse_dirplusfile()
401 unsigned int nbytes = size - offset; in fuse_parse_cache() local
Ddev.c186 unsigned nbytes = 0; in fuse_len_args() local
993 static int fuse_copy_pages(struct fuse_copy_state *cs, unsigned nbytes, in fuse_copy_pages()
1068 size_t nbytes, struct fuse_req *req) in fuse_read_interrupt()
1121 size_t nbytes) in fuse_read_single_forget()
1153 struct fuse_copy_state *cs, size_t nbytes) in fuse_read_batch_forget()
1203 size_t nbytes) in fuse_read_forget()
1222 struct fuse_copy_state *cs, size_t nbytes) in fuse_dev_do_read()
1840 unsigned nbytes) in copy_out_args()
1868 struct fuse_copy_state *cs, size_t nbytes) in fuse_dev_do_write()
/fs/coda/
Dpsdev.c92 size_t nbytes, loff_t *off) in coda_psdev_write()
209 size_t nbytes, loff_t *off) in coda_psdev_read()
/fs/xfs/
Dxfs_inode_item.c49 int *nbytes) in xfs_inode_item_data_fork_size()
90 int *nbytes) in xfs_inode_item_attr_fork_size()
135 int *nbytes) in xfs_inode_item_size()
Dxfs_dquot_item.c33 int *nbytes) in xfs_qm_dquot_logitem_size()
239 int *nbytes) in xfs_qm_qoff_logitem_size()
Dxfs_icreate_item.c39 int *nbytes) in xfs_icreate_item_size()
Dxfs_buf_item.c71 int *nbytes) in xfs_buf_item_size_segment()
141 int *nbytes) in xfs_buf_item_size()
Dxfs_bmap_item.c69 int *nbytes) in xfs_bui_item_size()
162 int *nbytes) in xfs_bud_item_size()
Dxfs_rmap_item.c66 int *nbytes) in xfs_rui_item_size()
190 int *nbytes) in xfs_rud_item_size()
Dxfs_refcount_item.c67 int *nbytes) in xfs_cui_item_size()
167 int *nbytes) in xfs_cud_item_size()
Dxfs_extfree_item.c84 int *nbytes) in xfs_efi_item_size()
264 int *nbytes) in xfs_efd_item_size()
Dxfs_log_cil.c133 int nbytes = 0; in xlog_cil_alloc_shadow_bufs() local
Dxfs_buf.c359 size_t nbytes, offset; in xfs_buf_allocate_memory() local
1518 int rbytes, nbytes = PAGE_SIZE - offset; in xfs_buf_ioapply_map() local
/fs/jfs/
Dxattr.c211 s32 nbytes, nb; in ea_write() local
360 int nbytes, nb; in ea_read() local
Djfs_logmgr.c356 int nbytes; /* number of bytes to move */ in lmWriteRecord() local
/fs/nfs/
Dpnfs_dev.c66 unsigned int nbytes = NFS4_DEVICEID4_SIZE; in nfs4_deviceid_hash() local
/fs/crypto/
Dfname.c181 #define BASE64_CHARS(nbytes) DIV_ROUND_UP((nbytes) * 4, 3) argument
/fs/nfsd/
Dnfs4xdr.c114 #define READMEM(x,nbytes) do { \ argument
118 #define SAVEMEM(x,nbytes) do { \ argument
128 #define COPYMEM(x,nbytes) do { \ argument
134 #define READ_BUF(nbytes) do { \ argument
158 static __be32 *read_buf(struct nfsd4_compoundargs *argp, u32 nbytes) in read_buf()
310 static char *savemem(struct nfsd4_compoundargs *argp, __be32 *p, int nbytes) in savemem()
/fs/ocfs2/
Dsuper.c368 size_t nbytes, loff_t *ppos) in ocfs2_debug_read()
383 size_t nbytes, loff_t *ppos) in ocfs2_debug_read()
/fs/ocfs2/cluster/
Dnetdebug.c474 size_t nbytes, loff_t *ppos) in o2net_debug_read()
Dheartbeat.c1354 size_t nbytes, loff_t *ppos) in o2hb_debug_read()
1369 size_t nbytes, loff_t *ppos) in o2hb_debug_read()
/fs/ocfs2/dlm/
Ddlmdebug.c342 size_t nbytes, loff_t *ppos) in debug_read()
/fs/xfs/libxfs/
Dxfs_dir2_sf.c519 int nbytes; /* temp for byte copies */ in xfs_dir2_sf_addname_hard() local

12