Home
last modified time | relevance | path

Searched refs:mode_t (Results 1 – 25 of 26) sorted by relevance

12

/linux/tools/include/nolibc/
H A Dfcntl.h22 int sys_openat(int dirfd, const char *path, int flags, mode_t mode) in sys_openat()
30 mode_t mode = 0; in openat()
36 mode = va_arg(args, mode_t); in openat()
48 int sys_open(const char *path, int flags, mode_t mode) in sys_open()
56 mode_t mode = 0; in open()
62 mode = va_arg(args, mode_t); in open()
H A Dsys.h154 int sys_chmod(const char *path, mode_t mode) in sys_chmod()
164 int chmod(const char *path, mode_t mode) in chmod()
637 int sys_mkdir(const char *path, mode_t mode) in sys_mkdir()
647 int mkdir(const char *path, mode_t mode) in mkdir()
678 long sys_mknod(const char *path, mode_t mode, dev_t dev) in sys_mknod()
688 int mknod(const char *path, mode_t mode, dev_t dev) in mknod()
839 mode_t sys_umask(mode_t mode) in sys_umask()
845 mode_t umask(mode_t mode) in umask()
H A Dstd.h24 typedef unsigned int mode_t; typedef
H A Dtypes.h128 mode_t st_mode; /* protection */
/linux/tools/testing/selftests/fchmodat2/
H A Dfchmodat2_test.c12 int sys_fchmodat2(int dfd, const char *filename, mode_t mode, int flags) in sys_fchmodat2()
46 int expect_mode(int dfd, const char *filename, mode_t expect_mode) in expect_mode()
/linux/tools/perf/util/
H A Dcopyfile.c73 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, in copyfile_mode_ns()
138 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode()
H A Dcopyfile.h12 int copyfile_mode(const char *from, const char *to, mode_t mode);
/linux/fs/smb/server/
H A Dxattr.h70 mode_t perm;
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_dev.c13 static void test_mknod(const char *path, mode_t mode, int dev_major, in test_mknod()
/linux/tools/tracing/rtla/src/
H A Dtrace.c73 mode_t mode = 0644; in save_trace_to_file()
363 mode_t mode = 0644; in trace_event_save_hist()
/linux/include/linux/
H A Dtypes.h23 typedef __kernel_mode_t mode_t; typedef
/linux/fs/exfat/
H A Dexfat_fs.h366 static inline mode_t exfat_make_mode(struct exfat_sb_info *sbi, in exfat_make_mode()
367 unsigned short attr, mode_t mode) in exfat_make_mode()
H A Dfile.c95 mode_t allow_utime = sbi->options.allow_utime; in exfat_allow_set_time()
112 mode_t i_mode, mask, perm; in exfat_sanitize_mode()
H A Dnamei.c728 mode_t i_mode; in exfat_lookup()
/linux/drivers/ufs/core/
H A Dufs-debugfs.c14 mode_t mode;
/linux/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c125 int open_flags, mode_t open_mode) in test_cachestat()
/linux/Documentation/filesystems/spufs/
H A Dspu_create.rst20 int spu_create(const char *pathname, int flags, mode_t mode);
/linux/sound/soc/sof/
H A Ddebug.c173 const char *name, mode_t mode) in snd_sof_debugfs_buf_item()
/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c321 static int mfd_assert_open(int fd, int flags, mode_t mode) in mfd_assert_open()
336 static void mfd_fail_open(int fd, int flags, mode_t mode) in mfd_fail_open()
/linux/fs/smb/client/
H A Dreparse.c415 mode_t mode, dev_t dev, in nfs_set_reparse_buf()
514 mode_t mode, const char *symname, in wsl_set_reparse_buf()
/linux/usr/
H A Dgen_init_cpio.c221 mode_t mode;
/linux/fs/afs/
H A Dyfsclient.c86 static __be32 *xdr_encode_YFSStoreStatus(__be32 *bp, mode_t *mode, in xdr_encode_YFSStoreStatus()
90 mode_t masked_mode = mode ? *mode & S_IALLUGO : 0; in xdr_encode_YFSStoreStatus()
958 mode_t mode = 0777; in yfs_fs_symlink()
H A Dinternal.h890 mode_t mode;
/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c379 mode_t mode = be16_to_cpu(dip->di_mode); in xfs_dinode_verify_fork()
/linux/Documentation/trace/
H A Deprobetrace.rst167 int sys_openat(int dirfd, const char *path, int flags, mode_t mode)

12