Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 18 of 18) sorted by relevance

/fs/nfsd/
Dnfs3acl.c238 #define PROC(name, argt, rest, relt, cache, respsize) \ argument
241 (kxdrproc_t) nfs3svc_encode_##rest##res, \
244 sizeof(struct nfsd3_##rest##res), \
Dnfs2acl.c318 #define PROC(name, argt, rest, relt, cache, respsize) \ argument
321 (kxdrproc_t) nfsaclsvc_encode_##rest##res, \
324 sizeof(struct nfsd3_##rest##res), \
Dnfsproc.c539 #define PROC(name, argt, rest, relt, cache, respsize) \ argument
542 (kxdrproc_t) nfssvc_encode_##rest, \
545 sizeof(struct nfsd_##rest), \
Dnfs3proc.c668 #define PROC(name, argt, rest, relt, cache, respsize) \ argument
671 (kxdrproc_t) nfs3svc_encode_##rest##res, \
674 sizeof(struct nfsd3_##rest##res), \
Dnfs4proc.c1137 #define PROC(name, argt, rest, relt, cache, respsize) \ argument
1140 (kxdrproc_t) nfs4svc_encode_##rest##res, \
1143 sizeof(struct nfsd4_##rest##res), \
/fs/ext2/
Dxattr.c257 size_t rest = buffer_size; in ext2_xattr_list() local
303 size_t size = handler->list(inode, buffer, rest, in ext2_xattr_list()
307 if (size > rest) { in ext2_xattr_list()
313 rest -= size; in ext2_xattr_list()
316 error = buffer_size - rest; /* total size */ in ext2_xattr_list()
536 size_t rest = (char *)last - (char *)here; in ext2_xattr_set() local
537 memmove((char *)here + size, here, rest); in ext2_xattr_set()
/fs/ufs/
Dballoc.c777 unsigned rest, offset; in ubh_scanc() local
785 rest = size; in ubh_scanc()
787 rest = uspi->s_fsize - offset; in ubh_scanc()
788 size -= rest; in ubh_scanc()
790 while ((table[*cp++] & mask) == 0 && --rest) in ubh_scanc()
792 if (rest || !size) in ubh_scanc()
797 return (size + rest); in ubh_scanc()
/fs/reiserfs/
Dbitmap.c1006 int rest = amount_needed; in allocate_without_wrapping_disk() local
1009 while (rest > 0 && start <= finish) { in allocate_without_wrapping_disk()
1011 rest + prealloc_size, in allocate_without_wrapping_disk()
1018 while (rest > 0 && nr_allocated > 0) { in allocate_without_wrapping_disk()
1020 rest--; in allocate_without_wrapping_disk()
1037 return (amount_needed - rest); in allocate_without_wrapping_disk()
/fs/hugetlbfs/
Dinode.c756 char *p, *rest; in hugetlbfs_parse_options() local
794 size = memparse(args[0].from, &rest); in hugetlbfs_parse_options()
796 if (*rest == '%') in hugetlbfs_parse_options()
805 pconfig->nr_inodes = memparse(args[0].from, &rest); in hugetlbfs_parse_options()
810 ps = memparse(args[0].from, &rest); in hugetlbfs_parse_options()
/fs/ext3/
Dxattr.c338 size_t rest = buffer_size; in ext3_xattr_list_entries() local
345 size_t size = handler->list(inode, buffer, rest, in ext3_xattr_list_entries()
349 if (size > rest) in ext3_xattr_list_entries()
353 rest -= size; in ext3_xattr_list_entries()
356 return buffer_size - rest; in ext3_xattr_list_entries()
561 size_t rest = (void *)last - (void *)s->here + sizeof(__u32); in ext3_xattr_set_entry() local
562 memmove((void *)s->here + size, s->here, rest); in ext3_xattr_set_entry()
Dresize.c681 int rest = sb->s_blocksize - size; in update_backups() local
712 if (rest) in update_backups()
713 memset(bh->b_data + size, 0, rest); in update_backups()
/fs/ext4/
Dxattr.c331 size_t rest = buffer_size; in ext4_xattr_list_entries() local
338 size_t size = handler->list(inode, buffer, rest, in ext4_xattr_list_entries()
342 if (size > rest) in ext4_xattr_list_entries()
346 rest -= size; in ext4_xattr_list_entries()
349 return buffer_size - rest; in ext4_xattr_list_entries()
571 size_t rest = (void *)last - (void *)s->here + sizeof(__u32); in ext4_xattr_set_entry() local
572 memmove((void *)s->here + size, s->here, rest); in ext4_xattr_set_entry()
Dresize.c662 int rest = sb->s_blocksize - size; in update_backups() local
694 if (rest) in update_backups()
695 memset(bh->b_data + size, 0, rest); in update_backups()
/fs/lockd/
Dsvc4proc.c470 #define PROC(name, xargt, xrest, argt, rest, respsize) \ argument
476 .pc_ressize = sizeof(struct nlm_##rest), \
Dsvcproc.c501 #define PROC(name, xargt, xrest, argt, rest, respsize) \ argument
507 .pc_ressize = sizeof(struct nlm_##rest), \
/fs/fat/
Dfatent.c655 unsigned long rest = sbi->fat_length - cur_block; in fat_count_free_clusters() local
656 fat_ent_reada(sb, &fatent, min(reada_blocks, rest)); in fat_count_free_clusters()
/fs/affs/
DChanges25 a multiple of the blocksize, the rest of the
/fs/ntfs/
DChangeLog589 - Remove BKL use from ntfs_setattr() syncing up with the rest of the
1114 message fit on one line and fits in better with rest of kernel.