Home
last modified time | relevance | path

Searched refs:S_IWUSR (Results 1 – 13 of 13) sorted by relevance

/u-boot/drivers/mtd/ubi/
A Ddebug.c425 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 Dmode_string.c17 || ( 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 Dmksmdkv310spl.c16 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
/u-boot/board/samsung/origen/tools/
A Dmkorigenspl.c17 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
/u-boot/include/linux/
A Dstat.h32 #define S_IWUSR 00200 /* write permission for owner */ macro
/u-boot/fs/ubifs/
A Ddebug.c2886 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 Dsb.c306 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO); in create_default_filesystem()
/u-boot/tools/
A Dimagetool.c108 S_IRUSR | S_IWUSR); in imagetool_save_subimage()
A Dmkexynosspl.c16 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
A Dmkenvimage.c268 bin_fd = creat(bin_filename, S_IRUSR | S_IWUSR | S_IRGRP | in main()
A Difdtool.c462 S_IWUSR | S_IRGRP | S_IROTH); in write_regions()
499 S_IWUSR | S_IRGRP | S_IROTH); in write_image()
A Dmxsboot.c658 S_IRUSR | S_IWUSR); in main()
/u-boot/drivers/mtd/
A Dmtdcore.c362 static DEVICE_ATTR(bitflip_threshold, S_IRUGO | S_IWUSR,

Completed in 34 milliseconds