Home
last modified time | relevance | path

Searched refs:types (Results 1 – 8 of 8) sorted by relevance

/fs/ext2/
Ddir.c294 unsigned char *types = NULL; in ext2_readdir() local
301 types = ext2_filetype_table; in ext2_readdir()
336 if (types && de->file_type < EXT2_FT_MAX) in ext2_readdir()
337 d_type = types[de->file_type]; in ext2_readdir()
/fs/befs/
DTODO12 * See if we really need separate types for on-disk and in-memory
/fs/cifs/
Dfile.c1112 int types[] = {LOCKING_ANDX_LARGE_FILES, in cifs_push_mandatory_locks() local
1141 if (li->type != types[i]) in cifs_push_mandatory_locks()
1163 (__u8)types[i], 0, num, buf); in cifs_push_mandatory_locks()
1444 int types[] = {LOCKING_ANDX_LARGE_FILES, in cifs_unlock_range() local
1482 if (types[i] != li->type) in cifs_unlock_range()
1531 types[i], num, 0, buf); in cifs_unlock_range()
/fs/jffs2/
DKconfig39 types of flash devices:
/fs/reiserfs/
Ditem_ops.c742 #error Item types must use disk-format assigned values.
/fs/affs/
DChanges279 - Tried to make all types 'correct' and consistent.
/fs/btrfs/
Ddisk-io.c3664 u64 types[] = {BTRFS_BLOCK_GROUP_DATA, in btrfs_calc_num_tolerated_disk_barrier_failures() local
3673 for (i = 0; i < ARRAY_SIZE(types); i++) { in btrfs_calc_num_tolerated_disk_barrier_failures()
3679 if (tmp->flags == types[i]) { in btrfs_calc_num_tolerated_disk_barrier_failures()
Dioctl.c4152 u64 types[] = {BTRFS_BLOCK_GROUP_DATA, in btrfs_ioctl_space_info() local
4174 if (tmp->flags == types[i]) { in btrfs_ioctl_space_info()
4230 if (tmp->flags == types[i]) { in btrfs_ioctl_space_info()