Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Ddebug.c423 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 Dmode_string.c18 || ( 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 Dmksmdkv310spl.c17 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
/rk3399_rockchip-uboot/board/samsung/origen/tools/
H A Dmkorigenspl.c18 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
/rk3399_rockchip-uboot/tools/
H A Dimagetool.c77 S_IRUSR | S_IWUSR); in imagetool_save_subimage()
H A Dmkexynosspl.c17 #define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP \
H A Dmkenvimage.c297 bin_fd = creat(bin_filename, S_IRUSR | S_IWUSR | S_IRGRP | in main()
H A Difdtool.c463 S_IWUSR | S_IRGRP | S_IROTH); in write_regions()
500 S_IWUSR | S_IRGRP | S_IROTH); in write_image()
H A Dmxsboot.c659 S_IRUSR | S_IWUSR); in main()
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h32 #define S_IWUSR 00200 /* write permission for owner */ macro
/rk3399_rockchip-uboot/fs/ubifs/
H A Ddebug.c2885 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 Dsb.c305 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO); in create_default_filesystem()
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdcore.c363 static DEVICE_ATTR(bitflip_threshold, S_IRUGO | S_IWUSR,