Searched defs:perms (Results 26 - 28 of 28) sorted by relevance

12

/haiku/src/tools/fs_shell/
H A Dvfs.cpp2959 create_vnode(struct vnode *directory, const char *name, int openMode, int perms, bool kernel) argument
3077 file_create_entry_ref(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, int openMode, int perms, bool kernel) argument
3097 file_create(int fd, char *path, int openMode, int perms, bool kernel) argument
3263 dir_create_entry_ref(fssh_mount_id mountID, fssh_vnode_id parentID, const char *name, int perms, bool kernel) argument
3288 dir_create(int fd, char *path, int perms, bool kernel) argument
5148 _kern_open_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name, int openMode, int perms) argument
5173 _kern_open(int fd, const char *path, int openMode, int perms) argument
5267 _kern_create_dir_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name, int perms) argument
5289 _kern_create_dir(int fd, const char *path, int perms) argument
[all...]
/haiku/src/bin/unzip/
H A Dunzpriv.h1510 unsigned perms; /* same as min_info.file_attr */ member in struct:dirtime
/haiku/src/system/kernel/fs/
H A Dvfs.cpp5573 file_create(int fd, char* path, int openMode, int perms, bool kernel) argument
5378 create_vnode(struct vnode* directory, const char* name, int openMode, int perms, bool kernel) argument
5553 file_create_entry_ref(dev_t mountID, ino_t directoryID, const char* name, int openMode, int perms, bool kernel) argument
5873 dir_create_entry_ref(dev_t mountID, ino_t parentID, const char* name, int perms, bool kernel) argument
5900 dir_create(int fd, char* path, int perms, bool kernel) argument
8266 _kern_open_entry_ref(dev_t device, ino_t inode, const char* name, int openMode, int perms) argument
8293 _kern_open(int fd, const char* path, int openMode, int perms) argument
8391 _kern_create_dir_entry_ref(dev_t device, ino_t inode, const char* name, int perms) argument
8413 _kern_create_dir(int fd, const char* path, int perms) argument
9040 _user_open_entry_ref(dev_t device, ino_t inode, const char* userName, int openMode, int perms) argument
9063 _user_open(int fd, const char* userPath, int openMode, int perms) argument
9276 _user_create_dir_entry_ref(dev_t device, ino_t inode, const char* userName, int perms) argument
9294 _user_create_dir(int fd, const char* userPath, int perms) argument
9481 _user_create_fifo(int fd, const char* userPath, mode_t perms) argument
[all...]

Completed in 93 milliseconds

12