Home
last modified time | relevance | path

Searched refs:S_ISBLK (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h256 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
H A Dyaffs_guts.c4508 if (S_ISBLK(obj->yst_mode)) in yaffs_get_obj_type()
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro