Searched refs:S_IRUSR (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | mode_string.c | 18 || ( S_IRUSR != 00400 ) || ( S_IWUSR != 00200 ) || ( S_IXUSR != 00100 ) \ 36 S_IRUSR, S_IWUSR, S_IXUSR, S_ISUID,
|
| /rk3399_rockchip-uboot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 17 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
|
| /rk3399_rockchip-uboot/board/samsung/origen/tools/ |
| H A D | mkorigenspl.c | 18 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | imagetool.c | 77 S_IRUSR | S_IWUSR); in imagetool_save_subimage()
|
| H A D | mkexynosspl.c | 17 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
|
| H A D | mkenvimage.c | 297 bin_fd = creat(bin_filename, S_IRUSR | S_IWUSR | S_IRGRP | in main()
|
| H A D | ifdtool.c | 462 O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | in write_regions() 499 new_fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | in write_image()
|
| H A D | mxsboot.c | 659 S_IRUSR | S_IWUSR); in main()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | stat.h | 31 #define S_IRUSR 00400 /* read permission for owner */ macro
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | debug.c | 2903 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2910 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2917 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2924 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2931 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2938 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2945 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 3064 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3071 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3078 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() [all …]
|