Home
last modified time | relevance | path

Searched refs:alloctype (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c242 int alloctype; in miCreateDefColormap() local
251 alloctype = AllocNone; in miCreateDefColormap()
253 alloctype = AllocAll; in miCreateDefColormap()
256 alloctype, 0) != Success) in miCreateDefColormap()
/OK3568_Linux_fs/kernel/fs/udf/
H A Dinode.c332 uint8_t alloctype; in udf_expand_dir_adinicb() local
342 alloctype = ICBTAG_FLAG_AD_SHORT; in udf_expand_dir_adinicb()
344 alloctype = ICBTAG_FLAG_AD_LONG; in udf_expand_dir_adinicb()
347 iinfo->i_alloc_type = alloctype; in udf_expand_dir_adinicb()
385 iinfo->i_alloc_type = alloctype; in udf_expand_dir_adinicb()