Lines Matching refs:fileglob
60 mac_file_check_dup(struct ucred *cred, struct fileglob *fg, int newfd) in mac_file_check_dup()
69 mac_file_check_fcntl(struct ucred *cred, struct fileglob *fg, int cmd, in mac_file_check_fcntl()
79 mac_file_check_ioctl(struct ucred *cred, struct fileglob *fg, u_long cmd) in mac_file_check_ioctl()
88 mac_file_check_inherit(struct ucred *cred, struct fileglob *fg) in mac_file_check_inherit()
97 mac_file_check_receive(struct ucred *cred, struct fileglob *fg) in mac_file_check_receive()
106 mac_file_check_get_offset(struct ucred *cred, struct fileglob *fg) in mac_file_check_get_offset()
115 mac_file_check_change_offset(struct ucred *cred, struct fileglob *fg) in mac_file_check_change_offset()
124 mac_file_check_get(struct ucred *cred, struct fileglob *fg, char *elements, in mac_file_check_get()
134 mac_file_check_set(struct ucred *cred, struct fileglob *fg, char *buf, in mac_file_check_set()
144 mac_file_check_lock(struct ucred *cred, struct fileglob *fg, int op, in mac_file_check_lock()
155 struct fileglob *fg, off_t slice_offset, in mac_file_check_library_validation()
174 mac_file_check_mmap(struct ucred *cred, struct fileglob *fg, int prot, in mac_file_check_mmap()
190 mac_file_check_mmap_downgrade(struct ucred *cred, struct fileglob *fg, in mac_file_check_mmap_downgrade()
201 mac_file_notify_close(struct ucred *cred, struct fileglob *fg) in mac_file_notify_close()
212 mac_file_setxattr(struct fileglob *fg, const char *name, char *buf, size_t len) in mac_file_setxattr()
231 mac_file_getxattr(struct fileglob *fg, const char *name, char *buf, size_t len, in mac_file_getxattr()
251 mac_file_removexattr(struct fileglob *fg, const char *name) in mac_file_removexattr()