Searched refs:perms (Results 26 - 50 of 83) sorted by relevance

1234

/haiku-fatelf/headers/build/private/kernel/
H A Dsyscalls.h127 extern int _kern_open_entry_ref(dev_t device, ino_t inode, const char *name, int openMode, int perms);
128 extern int _kern_open(int fd, const char *path, int openMode, int perms);
136 extern status_t _kern_create_dir_entry_ref(dev_t device, ino_t inode, const char *name, int perms);
137 extern status_t _kern_create_dir(int fd, const char *path, int perms);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dfs_func.h69 int omode, int perms, void **_cookie, ino_t *_vnid);
95 int perms);
/haiku-fatelf/src/system/boot/arch/m68k/
H A Dmmu_040.cpp87 set_tt(int which, addr_t pa, size_t len, uint32 perms /* NOTUSED */)
89 TRACE(("mmu_040:set_tt(%d, 0x%lx, 0x%lx, 0x%08lx)\n", which, pa, len, perms));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DbtAddOn.h92 int omode, int perms, vnode_id *vnid, fs_file_cookie **cookie);
98 int fs_mkdir(fs_nspace *ns, fs_node *dir, const char *name, int perms);
H A Dfsproto.h73 int omode, int perms, vnode_id *vnid, void **cookie);
74 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/headers/private/kernel/
H A Dvfs.h172 int openMode, int perms);
173 int _user_open(int fd, const char *path, int openMode, int perms);
188 const char *name, int perms);
189 status_t _user_create_dir(int fd, const char *path, int perms);
201 status_t _user_create_fifo(int fd, const char *path, mode_t perms);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dxattrs.c71 le16 perms; member in struct:LE_POSIX_ACE
169 acl->ace[i].perms = le16_to_cpu(le_acl->ace[i].perms);
191 le_acl->ace[i].perms = cpu_to_le16(acl->ace[i].perms);
H A Dsecurity.c1803 mode_t perms; local
1806 perms = pxdesc->mode;
1811 if (perms & 0101)
1812 perms = 07777;
1823 groupperms |= pxace->perms;
1826 mask = pxace->perms & 7;
1832 perms = (groupperms & mask & 1) | 6;
1835 perms &= 07700;
1854 userperms = pxace->perms;
1857 mask = pxace->perms
[all...]
/haiku-fatelf/src/build/libroot/
H A Dfs.cpp473 _kern_create_dir(int fd, const char *path, int perms) argument
482 if (mkdir(realPath.c_str(), perms) < 0)
491 int perms)
500 if (mkdir(realPath.c_str(), perms) < 0)
653 open_file(const char *path, int openMode, int perms) argument
677 int newFD = open(path, openMode, perms);
693 _kern_open(int fd, const char *path, int openMode, int perms) argument
701 return open_file(realPath.c_str(), openMode, perms);
707 int openMode, int perms)
715 return open_file(realPath.c_str(), openMode, perms);
490 _kern_create_dir_entry_ref(dev_t device, ino_t node, const char *name, int perms) argument
706 _kern_open_entry_ref(dev_t device, ino_t node, const char *name, int openMode, int perms) argument
[all...]
/haiku-fatelf/headers/private/userlandfs/legacy/
H A Dfsproto.h80 int omode, int perms, vnode_id *vnid, void **cookie);
81 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dfsproto.h76 int omode, int perms, ino_t *vnid, void **cookie);
77 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dfsproto.h73 int omode, int perms, ino_t *vnid, void **cookie);
74 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h94 int omode, int perms, ino_t *vnid, void **cookie);
95 typedef int beos_op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A Dfsproto.h73 int omode, int perms, vnode_id *vnid, void **cookie);
74 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
H A Dnfs_add_on.h115 int omode, int perms, vnode_id *vnid, fs_file_cookie **cookie);
121 int fs_mkdir(fs_nspace *ns, fs_node *dir, const char *name, int perms);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dfsproto.h73 int omode, int perms, vnode_id *vnid, void **cookie);
74 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Dfsproto.h73 int omode, int perms, vnode_id *vnid, void **cookie);
74 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dfsproto.h84 int omode, int perms, vnode_id *vnid, void **cookie);
85 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Dfsproto.h73 int omode, int perms, vnode_id *vnid, void **cookie);
74 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
H A Dfile.c711 int perms, vnode_id *vnid, void **_cookie)
734 DPRINTF(0, ("dosfs_create called: %Lx/%s perms=%o omode=%o\n", dir->vnid, name, perms, omode));
857 int dosfs_mkdir(void *_vol, void *_dir, const char *name, int perms) argument
880 DPRINTF(0, ("dosfs_mkdir called: %Lx/%s (perm %o)\n", dir->vnid, name, perms));
888 // S_IFDIR is never set in perms, so we patch it
889 perms &= ~S_IFMT; perms |= S_IFDIR;
906 if (!(perms & (S_IWUSR | S_IWGRP | S_IWGRP))) {
710 dosfs_create(void *_vol, void *_dir, const char *name, int omode, int perms, vnode_id *vnid, void **_cookie) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dfsproto.h76 int omode, int perms, vnode_id *vnid, void **cookie);
77 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A Dfsproto.h79 int omode, int perms, vnode_id *vnid, void **cookie);
80 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/public/
H A Dfsproto.h77 int omode, int perms, vnode_id *vnid, void **cookie);
78 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp362 int openMode, int perms, void **cookie, ino_t *newVnodeID)
364 DO_LOG("create name: \"%s\"; open_mode: %u; perms: %u\n", name, openMode,
365 perms);
366 OVERLAY_CALL(create, name, openMode, perms, cookie, newVnodeID)
429 int perms)
431 DO_LOG("create_dir name: \"%s\"; perms: %u\n", name, perms);
432 OVERLAY_CALL(create_dir, name, perms)
361 overlay_create(fs_volume *volume, fs_vnode *vnode, const char *name, int openMode, int perms, void **cookie, ino_t *newVnodeID) argument
428 overlay_create_dir(fs_volume *volume, fs_vnode *vnode, const char *name, int perms) argument
/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.cpp2912 create_vnode(struct vnode *directory, const char *name, int openMode, int perms, bool kernel) argument
2922 status = FS_CALL(directory, create, name, openMode, perms, &cookie, &newID);
3030 file_create_entry_ref(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, int openMode, int perms, bool kernel) argument
3035 FUNCTION(("file_create_entry_ref: name = '%s', omode %x, perms %d, kernel %d\n", name, openMode, perms, kernel));
3042 status = create_vnode(directory, name, openMode, perms, kernel);
3050 file_create(int fd, char *path, int openMode, int perms, bool kernel) argument
3056 FUNCTION(("file_create: path '%s', omode %x, perms %d, kernel %d\n", path, openMode, perms, kernel));
3063 status = create_vnode(directory, name, openMode, perms, kerne
3216 dir_create_entry_ref(fssh_mount_id mountID, fssh_vnode_id parentID, const char *name, int perms, bool kernel) argument
3241 dir_create(int fd, char *path, int perms, bool kernel) argument
5101 _kern_open_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name, int openMode, int perms) argument
5126 _kern_open(int fd, const char *path, int openMode, int perms) argument
5219 _kern_create_dir_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name, int perms) argument
5241 _kern_create_dir(int fd, const char *path, int perms) argument
[all...]

Completed in 284 milliseconds

1234