Searched refs:S_IWUSR (Results 1 – 13 of 13) sorted by relevance
| /u-boot/drivers/mtd/ubi/ |
| A D | debug.c | 425 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 432 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 439 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 446 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 453 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 460 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 467 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 474 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 481 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
|
| /u-boot/fs/reiserfs/ |
| A D | mode_string.c | 17 || ( S_IRUSR != 00400 ) || ( S_IWUSR != 00200 ) || ( S_IXUSR != 00100 ) \ 35 S_IRUSR, S_IWUSR, S_IXUSR, S_ISUID,
|
| /u-boot/board/samsung/smdkv310/tools/ |
| A D | mksmdkv310spl.c | 16 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
|
| /u-boot/board/samsung/origen/tools/ |
| A D | mkorigenspl.c | 17 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
|
| /u-boot/include/linux/ |
| A D | stat.h | 32 #define S_IWUSR 00200 /* write permission for owner */ macro
|
| /u-boot/fs/ubifs/ |
| A D | debug.c | 2886 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2892 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2898 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2904 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2911 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2918 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2925 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2932 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2939 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2946 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() [all …]
|
| A D | sb.c | 306 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO); in create_default_filesystem()
|
| /u-boot/tools/ |
| A D | imagetool.c | 108 S_IRUSR | S_IWUSR); in imagetool_save_subimage()
|
| A D | mkexynosspl.c | 16 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
|
| A D | mkenvimage.c | 268 bin_fd = creat(bin_filename, S_IRUSR | S_IWUSR | S_IRGRP | in main()
|
| A D | ifdtool.c | 462 S_IWUSR | S_IRGRP | S_IROTH); in write_regions() 499 S_IWUSR | S_IRGRP | S_IROTH); in write_image()
|
| A D | mxsboot.c | 658 S_IRUSR | S_IWUSR); in main()
|
| /u-boot/drivers/mtd/ |
| A D | mtdcore.c | 362 static DEVICE_ATTR(bitflip_threshold, S_IRUGO | S_IWUSR,
|
Completed in 23 milliseconds