Searched refs:dev_name (Results 1 - 12 of 12) sorted by relevance

/security/tomoyo/
H A Dmount.c58 &acl->dev_name));
65 * @dev_name: Name of device file. Maybe NULL.
75 const char *dev_name,
111 /* dev_name is ignored. */
116 /* dev_name is ignored. */
119 need_dev = -1; /* dev_name is a directory */
127 /* dev_name is a block device file. */
132 if (!dev_name || kern_path(dev_name, LOOKUP_FOLLOW, &path)) {
143 /* Map dev_name t
74 tomoyo_mount_acl(struct tomoyo_request_info *r, const char *dev_name, struct path *dir, const char *type, unsigned long flags) argument
187 tomoyo_mount_permission(const char *dev_name, struct path *path, const char *type, unsigned long flags, void *data_page) argument
[all...]
H A Dtomoyo.c403 * @dev_name: Name of device file. Maybe NULL.
411 static int tomoyo_sb_mount(const char *dev_name, struct path *path, argument
414 return tomoyo_mount_permission(dev_name, path, type, flags, data);
H A Dfile.c951 return tomoyo_same_name_union(&p1->dev_name, &p2->dev_name) &&
970 if (!tomoyo_parse_name_union(param, &e.dev_name) ||
978 tomoyo_put_name_union(&e.dev_name);
H A Dgc.c193 tomoyo_put_name_union(&entry->dev_name);
H A Dcommon.h745 struct tomoyo_name_union dev_name; member in struct:tomoyo_mount_acl
973 int tomoyo_mount_permission(const char *dev_name, struct path *path,
H A Dcommon.c1522 tomoyo_print_name_union(head, &ptr->dev_name);
/security/
H A Dinode.c41 int flags, const char *dev_name,
40 get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) argument
H A Dsecurity.c300 int security_sb_mount(const char *dev_name, struct path *path, argument
303 return security_ops->sb_mount(dev_name, path, type, flags, data);
H A Dcapability.c97 static int cap_sb_mount(const char *dev_name, struct path *path, argument
/security/selinux/
H A Dselinuxfs.c1890 int flags, const char *dev_name, void *data)
1889 sel_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) argument
H A Dhooks.c2686 static int selinux_mount(const char *dev_name, argument
/security/smack/
H A Dsmackfs.c2407 * @dev_name: passed along without comment
2415 int flags, const char *dev_name, void *data)
2414 smk_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) argument

Completed in 2033 milliseconds