Home
last modified time | relevance | path

Searched refs:mode_t (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/fs/reiserfs/
H A Dmode_string.c31 #undef mode_t
32 #define mode_t unsigned short macro
35 static const mode_t mode_flags[] = {
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffsfs.h148 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 Dyaffsfs.c2214 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 Dstat.h50 mode_t st_mode; /* ownership/protection */
104 mode_t st_mode;
H A Dtypes.h13 typedef __kernel_mode_t mode_t; typedef
/rk3399_rockchip-uboot/common/
H A Dzglobal.h344 mode_t mode;
H A Dcli_hush.c838 mode_t new_umask; in builtin_umask()