Home
last modified time | relevance | path

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

/u-boot/fs/reiserfs/
A Dmode_string.c30 #undef mode_t
31 #define mode_t unsigned short macro
34 static const mode_t mode_flags[] = {
/u-boot/fs/yaffs2/
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);
A Dyaffsfs.c2215 static int yaffsfs_DoChMod(struct yaffs_obj *obj, mode_t mode) in yaffsfs_DoChMod()
2289 int yaffs_chmod(const YCHAR *path, mode_t mode) in yaffs_chmod()
2334 int yaffs_fchmod(int fd, mode_t mode) in yaffs_fchmod()
2359 int yaffs_mkdir(const YCHAR *path, mode_t mode) in yaffs_mkdir()
3135 int yaffs_mknod(const YCHAR *pathname, mode_t mode, dev_t dev) in yaffs_mknod()
/u-boot/include/linux/
A Dstat.h50 mode_t st_mode; /* ownership/protection */
104 mode_t st_mode;
A Dtypes.h13 typedef __kernel_mode_t mode_t; typedef
/u-boot/common/
A Dcli_hush.c836 mode_t new_umask; in builtin_umask()

Completed in 19 milliseconds