| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | debug.c | 423 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 430 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 437 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 444 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 451 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 458 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 465 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 472 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 479 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
|
| /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 | 463 S_IWUSR | S_IRGRP | S_IROTH); in write_regions() 500 S_IWUSR | S_IRGRP | S_IROTH); 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 | 32 #define S_IWUSR 00200 /* write permission for owner */ macro
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | debug.c | 2885 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2891 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2897 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 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() [all …]
|
| H A D | sb.c | 305 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO); in create_default_filesystem()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtdcore.c | 363 static DEVICE_ATTR(bitflip_threshold, S_IRUGO | S_IWUSR,
|