Home
last modified time | relevance | path

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

1234

/openbmc/qemu/fsdev/
H A Dfile-op-9p.h36 mode_t fc_mode;
44 int (*get_st_gen)(FsContext *, V9fsPath *, mode_t, uint64_t *);
95 mode_t fmode;
96 mode_t dmode;
108 mode_t fmode;
109 mode_t dmode;
/openbmc/qemu/hw/9pfs/
H A Dcoth.h72 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
80 gid_t, dev_t, mode_t, struct stat *);
82 mode_t, uid_t, gid_t, struct stat *);
110 int coroutine_fn v9fs_co_st_gen(V9fsPDU *pdu, V9fsPath *path, mode_t,
H A D9p-util-darwin.c77 static int create_socket_file_at_cwd(const char *filename, mode_t mode) { in create_socket_file_at_cwd()
113 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat()
H A D9p-util.h153 mode_t mode) in openat_file()
268 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev);
H A D9p-local.h17 mode_t mode);
H A D9p-local.c61 mode_t mode) in local_open_nofollow()
205 mode_t tmp_mode; in local_lstat()
217 sizeof(mode_t)) > 0) { in local_lstat()
318 if (credp->fc_mode != (mode_t)-1) { in local_set_mapped_file_attrat()
342 static int fchmodat_nofollow(int dirfd, const char *name, mode_t mode) in fchmodat_nofollow()
424 if (credp->fc_mode != (mode_t)-1) { in local_set_xattrat()
427 sizeof(mode_t), 0); in local_set_xattrat()
788 mode_t tmp_mode; in local_fstat()
800 &tmp_mode, sizeof(mode_t)) > 0) { in local_fstat()
1392 mode_t st_mode, uint64_t *st_gen) in local_ioc_getversion()
H A D9p-util-linux.c67 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat()
/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c30 #undef mode_t
31 #define mode_t unsigned short macro
34 static const mode_t mode_flags[] = {
/openbmc/linux/tools/include/nolibc/
H A Dsys.h129 int sys_chmod(const char *path, mode_t mode) in sys_chmod()
141 int chmod(const char *path, mode_t mode) in chmod()
603 int sys_mkdir(const char *path, mode_t mode) in sys_mkdir()
615 int mkdir(const char *path, mode_t mode) in mkdir()
648 long sys_mknod(const char *path, mode_t mode, dev_t dev) in sys_mknod()
660 int mknod(const char *path, mode_t mode, dev_t dev) in mknod()
738 int sys_open(const char *path, int flags, mode_t mode) in sys_open()
752 mode_t mode = 0; in open()
1066 mode_t sys_umask(mode_t mode) in sys_umask()
1072 mode_t umask(mode_t mode) in umask()
H A Dstd.h26 typedef unsigned int mode_t; typedef
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h148 int yaffs_chmod(const YCHAR *path, mode_t mode);
149 int yaffs_fchmod(int fd, mode_t mode);
151 int yaffs_mkdir(const YCHAR *path, mode_t mode) ;
174 int yaffs_mknod(const YCHAR *pathname, mode_t mode, dev_t dev);
/openbmc/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()
/openbmc/u-boot/include/linux/
H A Dstat.h50 mode_t st_mode; /* ownership/protection */
104 mode_t st_mode;
/openbmc/linux/fs/smb/client/
H A Dreparse.h50 static inline u64 reparse_mode_nfs_type(mode_t mode) in reparse_mode_nfs_type()
61 static inline u32 reparse_mode_wsl_tag(mode_t mode) in reparse_mode_wsl_tag()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0004-Fix-invalid-memory-de-reference-issue.patch24 || S_ISDIR((mode_t)oct_to_int((t)->th_buf.mode)) \
29 || S_ISFIFO((mode_t)oct_to_int((t)->th_buf.mode)))
/openbmc/qemu/util/
H A Dosdep.c294 static int qemu_open_cloexec(const char *name, int flags, mode_t mode) in qemu_open_cloexec()
312 qemu_open_internal(const char *name, int flags, mode_t mode, Error **errp) in qemu_open_internal()
368 int qemu_create(const char *name, int flags, mode_t mode, Error **errp) in qemu_create()
379 mode_t mode = 0; in qemu_open_old()
/openbmc/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);
/openbmc/qemu/qga/
H A Dcutils.h4 int qga_open_cloexec(const char *name, int flags, mode_t mode);
H A Dcutils.c20 int qga_open_cloexec(const char *name, int flags, mode_t mode) in qga_open_cloexec()
/openbmc/qemu/include/io/
H A Dchannel-file.h107 mode_t mode,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D05_gcc.diff29 WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t create_mode)
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-mkfifo-Implement-mkfifo.patch22 +int mkfifo (const char *__p, mode_t __m)
/openbmc/linux/fs/smb/server/
H A Dxattr.h70 mode_t perm;
/openbmc/qemu/bsd-user/freebsd/
H A Dos-misc.h31 int __sys_shm_open2(const char *path, int flags, mode_t mode, int shmflags,

1234