Searched refs:mode_t (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | mode_string.c | 31 #undef mode_t 32 #define mode_t unsigned short macro 35 static const mode_t mode_flags[] = {
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffsfs.h | 148 int yaffs_chmod(const YCHAR *path, mode_t mode); 149 int yaffs_fchmod(int fd, mode_t mode); 151 int yaffs_mkdir(const YCHAR *path, mode_t mode) ; 174 int yaffs_mknod(const YCHAR *pathname, mode_t mode, dev_t dev);
|
| H A D | yaffsfs.c | 2214 static int yaffsfs_DoChMod(struct yaffs_obj *obj, mode_t mode) in yaffsfs_DoChMod() 2288 int yaffs_chmod(const YCHAR *path, mode_t mode) in yaffs_chmod() 2333 int yaffs_fchmod(int fd, mode_t mode) in yaffs_fchmod() 2358 int yaffs_mkdir(const YCHAR *path, mode_t mode) in yaffs_mkdir() 3137 int yaffs_mknod(const YCHAR *pathname, mode_t mode, dev_t dev) in yaffs_mknod()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | stat.h | 50 mode_t st_mode; /* ownership/protection */ 104 mode_t st_mode;
|
| H A D | types.h | 13 typedef __kernel_mode_t mode_t; typedef
|
| /rk3399_rockchip-uboot/common/ |
| H A D | zglobal.h | 344 mode_t mode;
|
| H A D | cli_hush.c | 838 mode_t new_umask; in builtin_umask()
|