Searched refs:nbytes (Results 1 – 5 of 5) sorted by relevance
| /fs/fat/ |
| A D | fat.c | 869 void *fat_next_cluster(fat_itr *itr, unsigned int *nbytes) in fat_next_cluster() argument 916 *nbytes = read_size * itr->fsdata->sect_size; in fat_next_cluster() 939 unsigned nbytes; in next_dent() local 940 struct dir_entry *dent = fat_next_cluster(itr, &nbytes); in next_dent() 949 itr->remaining = nbytes / sizeof(dir_entry) - 1; in next_dent()
|
| A D | fat_write.c | 80 unsigned int nbytes; in fat_move_to_cluster() local 85 if (!fat_next_cluster(itr, &nbytes)) in fat_move_to_cluster() 88 itr->remaining = nbytes / sizeof(dir_entry) - 1; in fat_move_to_cluster()
|
| /fs/btrfs/ |
| A D | conv-funcs.h | 139 DEFINE_CONV(btrfs_inode_item, generation, transid, size, nbytes, block_group,
|
| A D | ctree.h | 373 BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64); 391 struct btrfs_inode_item, nbytes, 64);
|
| /fs/btrfs/kernel-shared/ |
| A D | btrfs_tree.h | 634 __le64 nbytes; member
|
Completed in 20 milliseconds