filetype           43 fs/adfs/dir.c  		u16 filetype = adfs_filetype(obj->loadaddr);
filetype           45 fs/adfs/dir.c  		if (filetype != ADFS_FILETYPE_NONE) {
filetype           47 fs/adfs/dir.c  			obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8);
filetype           48 fs/adfs/dir.c  			obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4);
filetype           49 fs/adfs/dir.c  			obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0);
filetype         1818 fs/ext4/ext4.h EXT4_FEATURE_INCOMPAT_FUNCS(filetype,		FILETYPE)
filetype         2509 fs/ext4/ext4.h static inline  unsigned char get_dtype(struct super_block *sb, int filetype)
filetype         2511 fs/ext4/ext4.h 	if (!ext4_has_feature_filetype(sb) || filetype >= EXT4_FT_MAX)
filetype         2514 fs/ext4/ext4.h 	return ext4_filetype_table[filetype];
filetype           37 fs/fs_types.c  unsigned char fs_ftype_to_dtype(unsigned int filetype)
filetype           39 fs/fs_types.c  	if (filetype >= FT_MAX)
filetype           42 fs/fs_types.c  	return fs_dtype_by_ftype[filetype];
filetype          623 fs/jfs/namei.c 	int filetype;
filetype          628 fs/jfs/namei.c 	filetype = ip->i_mode & S_IFMT;
filetype          629 fs/jfs/namei.c 	switch (filetype) {
filetype          640 fs/jfs/namei.c 		assert(filetype != S_IFDIR);
filetype           52 fs/xfs/libxfs/xfs_da_btree.h 	uint8_t		filetype;	/* filetype of inode for directories */
filetype          264 fs/xfs/libxfs/xfs_dir2.c 	args->filetype = name->type;
filetype          360 fs/xfs/libxfs/xfs_dir2.c 	args->filetype = name->type;
filetype          432 fs/xfs/libxfs/xfs_dir2.c 	args->filetype = name->type;
filetype          493 fs/xfs/libxfs/xfs_dir2.c 	args->filetype = name->type;
filetype          326 fs/xfs/libxfs/xfs_dir2.h unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
filetype          544 fs/xfs/libxfs/xfs_dir2_block.c 	dp->d_ops->data_put_ftype(dep, args->filetype);
filetype          636 fs/xfs/libxfs/xfs_dir2_block.c 	args->filetype = dp->d_ops->data_get_ftype(dep);
filetype          867 fs/xfs/libxfs/xfs_dir2_block.c 	dp->d_ops->data_put_ftype(dep, args->filetype);
filetype          818 fs/xfs/libxfs/xfs_dir2_leaf.c 	dp->d_ops->data_put_ftype(dep, args->filetype);
filetype         1151 fs/xfs/libxfs/xfs_dir2_leaf.c 	args->filetype = dp->d_ops->data_get_ftype(dep);
filetype         1482 fs/xfs/libxfs/xfs_dir2_leaf.c 	dp->d_ops->data_put_ftype(dep, args->filetype);
filetype          824 fs/xfs/libxfs/xfs_dir2_node.c 			args->filetype = dp->d_ops->data_get_ftype(dep);
filetype         1929 fs/xfs/libxfs/xfs_dir2_node.c 	dp->d_ops->data_put_ftype(dep, args->filetype);
filetype         2177 fs/xfs/libxfs/xfs_dir2_node.c 	ftype = args->filetype;
filetype          392 fs/xfs/libxfs/xfs_dir2_sf.c 	dp->d_ops->sf_put_ftype(sfep, args->filetype);
filetype          483 fs/xfs/libxfs/xfs_dir2_sf.c 	dp->d_ops->sf_put_ftype(sfep, args->filetype);
filetype          633 fs/xfs/libxfs/xfs_dir2_sf.c 	uint8_t				filetype;
filetype          699 fs/xfs/libxfs/xfs_dir2_sf.c 		filetype = dops->sf_get_ftype(sfep);
filetype          700 fs/xfs/libxfs/xfs_dir2_sf.c 		if (filetype >= XFS_DIR3_FT_MAX)
filetype          813 fs/xfs/libxfs/xfs_dir2_sf.c 		args->filetype = XFS_DIR3_FT_DIR;
filetype          823 fs/xfs/libxfs/xfs_dir2_sf.c 		args->filetype = XFS_DIR3_FT_DIR;
filetype          842 fs/xfs/libxfs/xfs_dir2_sf.c 			args->filetype = dp->d_ops->sf_get_ftype(sfep);
filetype         1026 fs/xfs/libxfs/xfs_dir2_sf.c 				dp->d_ops->sf_put_ftype(sfep, args->filetype);
filetype           32 fs/xfs/xfs_dir2_readdir.c 	uint8_t			filetype)
filetype           37 fs/xfs/xfs_dir2_readdir.c 	if (filetype >= XFS_DIR3_FT_MAX)
filetype           40 fs/xfs/xfs_dir2_readdir.c 	return xfs_dir3_filetype_table[filetype];
filetype          105 fs/xfs/xfs_dir2_readdir.c 		uint8_t filetype;
filetype          116 fs/xfs/xfs_dir2_readdir.c 		filetype = dp->d_ops->sf_get_ftype(sfep);
filetype          119 fs/xfs/xfs_dir2_readdir.c 			    xfs_dir3_get_dtype(dp->i_mount, filetype)))
filetype          180 fs/xfs/xfs_dir2_readdir.c 		uint8_t filetype;
filetype          207 fs/xfs/xfs_dir2_readdir.c 		filetype = dp->d_ops->data_get_ftype(dep);
filetype          213 fs/xfs/xfs_dir2_readdir.c 			    xfs_dir3_get_dtype(dp->i_mount, filetype))) {
filetype          377 fs/xfs/xfs_dir2_readdir.c 		uint8_t filetype;
filetype          456 fs/xfs/xfs_dir2_readdir.c 		filetype = dp->d_ops->data_get_ftype(dep);
filetype          461 fs/xfs/xfs_dir2_readdir.c 			    xfs_dir3_get_dtype(dp->i_mount, filetype)))
filetype           71 include/linux/fs_types.h extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
filetype          596 security/device_cgroup.c 				   int filetype, char *buffer)
filetype          612 security/device_cgroup.c 		switch (filetype) {
filetype          714 security/device_cgroup.c 	switch (filetype) {