Home
last modified time | relevance | path

Searched refs:S_IXOTH (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/fs/reiserfs/
H A Dmode_string.c20 || ( S_IROTH != 00004 ) || ( S_IWOTH != 00002 ) || ( S_IXOTH != 00001 )
38 S_IROTH, S_IWOTH, S_IXOTH, S_ISVTX
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h43 #define S_IXOTH 00001 /* execute/search permission for other */ macro
/rk3399_rockchip-uboot/cmd/
H A Dcramfs.c69 if(mode & S_ISVTX) str[9] = (mode & S_IXOTH)?'t':'T'; in mkmodestr()
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_1pass.c418 if(mode & S_ISVTX) str[9] = (mode & S_IXOTH)?'t':'T'; in mkmodestr()
H A Djffs2_1pass.c940 if(mode & S_ISVTX) str[9] = (mode & S_IXOTH)?'t':'T'; in mkmodestr()
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_write.c914 S_IRGRP | S_IROTH | S_IXGRP | S_IXOTH); in ext4fs_write()