Searched refs:mode_t (Results 26 - 50 of 359) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.h79 int (* open)(char *name, int flags, mode_t mode);
80 int (* _open)(char *name, int flags, mode_t mode) ;
81 int (* __open)(char *name, int flags, mode_t mode) ;
82 int (* open64)(char *name, int flags, mode_t mode);
83 int (* _open64)(char *name, int flags, mode_t mode) ;
84 int (* __open64)(char *name, int flags, mode_t mode) ;
111 int (* chmod)(char *name, mode_t mode);
112 int (* fchmod)(int fd, mode_t mode);
117 int (* mkdir)(char *name, mode_t mode);
137 int (* creat)(char *path, mode_t mod
[all...]
H A Dsmbw.h74 int smbw_open(const char *fname, int flags, mode_t mode);
88 int smbw_chmod(const char *fname, mode_t newmode);
102 int smbw_mkdir(const char *fname, mode_t mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dproc_fs.h55 mode_t mode;
109 extern struct proc_dir_entry *create_proc_entry(const char *name, mode_t mode,
111 struct proc_dir_entry *proc_create_data(const char *name, mode_t mode,
149 extern struct proc_dir_entry *proc_mkdir_mode(const char *name, mode_t mode,
152 static inline struct proc_dir_entry *proc_create(const char *name, mode_t mode,
159 mode_t mode, struct proc_dir_entry *base,
171 const char *name, mode_t mode, const struct file_operations *fops);
192 mode_t mode, struct proc_dir_entry *parent) { return NULL; }
194 mode_t mode, struct proc_dir_entry *parent,
200 mode_t mod
[all...]
H A Dshmem_fs.h33 mode_t mode; /* Mount mode for root directory */
H A Dmiscdevice.h53 mode_t mode;
H A Dposix_acl.h78 extern struct posix_acl *posix_acl_from_mode(mode_t, gfp_t);
79 extern int posix_acl_equiv_mode(const struct posix_acl *, mode_t *);
80 extern int posix_acl_create_masq(struct posix_acl *, mode_t *);
81 extern int posix_acl_chmod_masq(struct posix_acl *, mode_t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_extd_audit.c38 static int audit_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode);
40 static int audit_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode);
44 static int audit_chmod(vfs_handle_struct *handle, const char *path, mode_t mode);
45 static int audit_chmod_acl(vfs_handle_struct *handle, const char *name, mode_t mode);
46 static int audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode);
47 static int audit_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode);
169 static int audit_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode)
205 static int audit_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode)
278 static int audit_chmod(vfs_handle_struct *handle, const char *path, mode_t mode)
296 static int audit_chmod_acl(vfs_handle_struct *handle, const char *path, mode_t mod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_mkdirs.c27 mode_t mode = (mode_t) mode1;
30 mode_t mode = (mode_t) mode1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dudf_sb.h52 #define UDF_INVALID_MODE ((mode_t)-1)
126 mode_t s_umask;
129 mode_t s_fmode;
130 mode_t s_dmode;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dmesg.c32 mode_t m;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/debugfs/
H A Dfile.c97 struct dentry *debugfs_create_u8(const char *name, mode_t mode,
149 struct dentry *debugfs_create_u16(const char *name, mode_t mode,
201 struct dentry *debugfs_create_u32(const char *name, mode_t mode,
254 struct dentry *debugfs_create_u64(const char *name, mode_t mode,
300 struct dentry *debugfs_create_x8(const char *name, mode_t mode,
324 struct dentry *debugfs_create_x16(const char *name, mode_t mode,
348 struct dentry *debugfs_create_x32(const char *name, mode_t mode,
372 struct dentry *debugfs_create_x64(const char *name, mode_t mode,
403 struct dentry *debugfs_create_size_t(const char *name, mode_t mode,
483 struct dentry *debugfs_create_bool(const char *name, mode_t mod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse.h95 int (*mknod) (const char *, mode_t, dev_t);
103 int (*mkdir) (const char *, mode_t);
121 int (*chmod) (const char *, mode_t);
340 int (*create) (const char *, mode_t, struct fuse_file_info *);
564 int fuse_fs_create(struct fuse_fs *fs, const char *path, mode_t mode,
568 int fuse_fs_chmod(struct fuse_fs *fs, const char *path, mode_t mode);
578 int fuse_fs_mknod(struct fuse_fs *fs, const char *path, mode_t mode,
580 int fuse_fs_mkdir(struct fuse_fs *fs, const char *path, mode_t mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dstat.h9 mode_t st_mode; /* 16 bits */
44 mode_t st_mode; /* 16 bits */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dstat.h11 mode_t st_mode;
54 mode_t st_mode;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.h17 typedef int mode_t; typedef
223 extern int setdeskmode (const mode_t);
224 extern int setdirunixmode (const struct vol *, const char *, mode_t);
225 extern int setdirmode (const struct vol *, const char *, mode_t);
228 extern int setfilunixmode (const struct vol *, struct path*, const mode_t);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Disofs.h53 mode_t s_fmode;
54 mode_t s_dmode;
60 #define ISOFS_INVALID_MODE ((mode_t) -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolume.h46 mode_t v_umask;
47 mode_t v_perm; /* default permission value OR with requested perm*/
48 mode_t v_dperm; /* default directories permission value OR with requested perm*/
49 mode_t v_fperm; /* default files permission value OR with requested perm*/
H A Dvfs.h44 #define VFS_FUNC_ARGS_SETFILEMODE const struct vol *vol, const char *name, mode_t mode, struct stat *st
47 #define VFS_FUNC_ARGS_SETDIRMODE const struct vol *vol, const char *name, mode_t mode, struct stat *st
50 #define VFS_FUNC_ARGS_SETDIRUNIXMODE const struct vol *vol, const char *name, mode_t mode, struct stat *st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dclean-temp.h112 extern int open_temp (const char *file_name, int flags, mode_t mode);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dmake_directory.c31 mode_t mask;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dlibsmbclient.h421 SMBCFILE * (*open) (SMBCCTX *c, const char *fname, int flags, mode_t mode);
422 SMBCFILE * (*creat) (SMBCCTX *c, const char *path, mode_t mode);
440 int (*mkdir) (SMBCCTX *c, const char *fname, mode_t mode);
445 int (*chmod)(SMBCCTX *c, const char *fname, mode_t mode);
788 int smbc_open(const char *furl, int flags, mode_t mode);
822 int smbc_creat(const char *furl, mode_t mode);
1130 int smbc_mkdir(const char *durl, mode_t mode);
1243 int smbc_chmod(const char *url, mode_t mode);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_rules.h85 mode_t test_mode_mask;
95 mode_t mode;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/swig/
H A Dtdb.i86 /* Treat a mode_t as an unsigned integer */
88 typedef int mode_t;
117 int open_flags, mode_t mode);
120 int open_flags, mode_t mode,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dposix_acl.c147 posix_acl_equiv_mode(const struct posix_acl *acl, mode_t *mode_p)
150 mode_t mode = 0;
186 posix_acl_from_mode(mode_t mode, gfp_t flags)
278 posix_acl_create_masq(struct posix_acl *acl, mode_t *mode_p)
282 mode_t mode = *mode_p;
336 posix_acl_chmod_masq(struct posix_acl *acl, mode_t mode)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dunix.c32 int stickydirmode(const char *name, const mode_t mode, const int dropbox, const mode_t v_umask)
74 int dir_rx_set(mode_t mode)
80 int setfilmode(const struct vol *vol, const char *name, mode_t mode, struct stat *st)
83 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; /* rwx for owner group and other, by default */
182 int copy_file(int dirfd, const char *src, const char *dst, mode_t mode)

Completed in 178 milliseconds

1234567891011>>