Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 5 of 5) sorted by relevance

/fs/fat/
A Dfat.c869 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 Dfat_write.c80 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 Dconv-funcs.h139 DEFINE_CONV(btrfs_inode_item, generation, transid, size, nbytes, block_group,
A Dctree.h373 BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64);
391 struct btrfs_inode_item, nbytes, 64);
/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h634 __le64 nbytes; member

Completed in 20 milliseconds