Home
last modified time | relevance | path

Searched refs:S_IRUSR (Results 1 – 10 of 10) sorted by relevance

/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.c462 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 Dmxsboot.c659 S_IRUSR | S_IWUSR); in main()
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h31 #define S_IRUSR 00400 /* read permission for owner */ macro
/rk3399_rockchip-uboot/fs/ubifs/
H A Ddebug.c2903 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 …]