| /linux-4.1.27/drivers/video/fbdev/mmp/ | 
| D | core.c | 28 static struct mmp_overlay *path_get_overlay(struct mmp_path *path,  in path_get_overlay() 36 static int path_check_status(struct mmp_path *path)  in path_check_status() 53 static int path_get_modelist(struct mmp_path *path,  in path_get_modelist() 86 	struct mmp_path *path;  in mmp_register_panel()  local 116 	struct mmp_path *path;  in mmp_unregister_panel()  local 142 	struct mmp_path *path;  in mmp_get_path()  local 169 	struct mmp_path *path = NULL;  in mmp_register_path()  local 231 void mmp_unregister_path(struct mmp_path *path)  in mmp_unregister_path()
  | 
| /linux-4.1.27/drivers/thunderbolt/ | 
| D | path.c | 37 	struct tb_path *path = kzalloc(sizeof(*path), GFP_KERNEL);  in tb_path_alloc()  local 53 void tb_path_free(struct tb_path *path)  in tb_path_free() 63 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop)  in __tb_path_deallocate_nfc() 76 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop)  in __tb_path_deactivate_hops() 90 void tb_path_deactivate(struct tb_path *path)  in tb_path_deactivate() 115 int tb_path_activate(struct tb_path *path)  in tb_path_activate() 224 bool tb_path_is_invalid(struct tb_path *path)  in tb_path_is_invalid()
  | 
| D | tunnel_pci.c | 31 static void tb_pci_init_path(struct tb_path *path)  in tb_pci_init_path()
  | 
| /linux-4.1.27/security/tomoyo/ | 
| D | tomoyo.c | 147 static int tomoyo_inode_getattr(const struct path *path)  in tomoyo_inode_getattr() 159 static int tomoyo_path_truncate(struct path *path)  in tomoyo_path_truncate() 174 	struct path path = { parent->mnt, dentry };  in tomoyo_path_unlink()  local 190 	struct path path = { parent->mnt, dentry };  in tomoyo_path_mkdir()  local 205 	struct path path = { parent->mnt, dentry };  in tomoyo_path_rmdir()  local 221 	struct path path = { parent->mnt, dentry };  in tomoyo_path_symlink()  local 238 	struct path path = { parent->mnt, dentry };  in tomoyo_path_mknod()  local 360 static int tomoyo_path_chmod(struct path *path, umode_t mode)  in tomoyo_path_chmod() 375 static int tomoyo_path_chown(struct path *path, kuid_t uid, kgid_t gid)  in tomoyo_path_chown() 394 static int tomoyo_path_chroot(struct path *path)  in tomoyo_path_chroot() [all …] 
 | 
| D | realpath.c | 92 static char *tomoyo_get_absolute_path(const struct path *path, char * const buffer,  in tomoyo_get_absolute_path() 219 static char *tomoyo_get_socket_name(const struct path *path, char * const buffer,  in tomoyo_get_socket_name() 250 char *tomoyo_realpath_from_path(const struct path *path)  in tomoyo_realpath_from_path() 321 	struct path path;  in tomoyo_realpath_nofollow()  local
  | 
| D | mount.c | 80 	struct path path;  in tomoyo_mount_acl()  local 187 int tomoyo_mount_permission(const char *dev_name, struct path *path,  in tomoyo_mount_permission()
  | 
| D | file.c | 148 static bool tomoyo_get_realpath(struct tomoyo_path_info *buf, const struct path *path)  in tomoyo_get_realpath() 690 int tomoyo_path_number_perm(const u8 type, struct path *path,  in tomoyo_path_number_perm() 736 				 struct path *path, const int flag)  in tomoyo_check_open_permission() 785 int tomoyo_path_perm(const u8 operation, const struct path *path, const char *target)  in tomoyo_path_perm() 841 int tomoyo_mkdev_perm(const u8 operation, struct path *path,  in tomoyo_mkdev_perm()
  | 
| D | load_policy.c | 38 	struct path path;  in tomoyo_policy_loader_exists()  local
  | 
| /linux-4.1.27/security/keys/ | 
| D | big_key.c | 50 	struct path *path = (struct path *)&prep->payload;  in big_key_preparse()  local 113 		struct path *path = (struct path *)&prep->payload;  in big_key_free_preparse()  local 126 	struct path *path = (struct path *)&key->payload.data2;  in big_key_revoke()  local 140 		struct path *path = (struct path *)&key->payload.data2;  in big_key_destroy()  local 178 		struct path *path = (struct path *)&key->payload.data2;  in big_key_read()  local
  | 
| /linux-4.1.27/include/linux/ | 
| D | path.h | 7 struct path {  struct 12 extern void path_get(const struct path *);  argument
  | 
| D | fsnotify.h | 29 static inline int fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask)  in fsnotify_parent() 40 	struct path *path = &file->f_path;  in fsnotify_perm()  local 196 	struct path *path = &file->f_path;  in fsnotify_access()  local 214 	struct path *path = &file->f_path;  in fsnotify_modify()  local 232 	struct path *path = &file->f_path;  in fsnotify_open()  local 248 	struct path *path = &file->f_path;  in fsnotify_close()  local
  | 
| D | namei.h | 51 #define user_path(name, path) user_path_at(AT_FDCWD, name, LOOKUP_FOLLOW, path)  argument 52 #define user_lpath(name, path) user_path_at(AT_FDCWD, name, 0, path)  argument 53 #define user_path_dir(name, path) \  argument
  | 
| D | dcookies.h | 61 static inline int get_dcookie(struct path *path, unsigned long *cookie)  in get_dcookie()
  | 
| D | string.h | 155 static inline const char *kbasename(const char *path)  in kbasename()
  | 
| /linux-4.1.27/fs/nilfs2/ | 
| D | btree.c | 38 	struct nilfs_btree_path *path;  in nilfs_btree_alloc_path()  local 58 static void nilfs_btree_free_path(struct nilfs_btree_path *path)  in nilfs_btree_free_path() 422 nilfs_btree_get_nonroot_node(const struct nilfs_btree_path *path, int level)  in nilfs_btree_get_nonroot_node() 428 nilfs_btree_get_sib_node(const struct nilfs_btree_path *path, int level)  in nilfs_btree_get_sib_node() 440 		     const struct nilfs_btree_path *path,  in nilfs_btree_get_node() 536 				 struct nilfs_btree_path *path,  in nilfs_btree_do_lookup() 598 				      struct nilfs_btree_path *path,  in nilfs_btree_do_lookup_last() 647 				    const struct nilfs_btree_path *path,  in nilfs_btree_get_next_key() 677 	struct nilfs_btree_path *path;  in nilfs_btree_lookup()  local 694 	struct nilfs_btree_path *path;  in nilfs_btree_lookup_contig()  local [all …] 
 | 
| /linux-4.1.27/tools/testing/selftests/memfd/ | 
| D | fuse_mnt.c | 26 static int memfd_getattr(const char *path, struct stat *st)  in memfd_getattr() 44 static int memfd_readdir(const char *path,  in memfd_readdir() 60 static int memfd_open(const char *path, struct fuse_file_info *fi)  in memfd_open() 74 static int memfd_read(const char *path,  in memfd_read()
  | 
| /linux-4.1.27/drivers/md/ | 
| D | dm-queue-length.c | 36 	struct dm_path		*path;  member 84 static int ql_status(struct path_selector *ps, struct dm_path *path,  in ql_status() 109 static int ql_add_path(struct path_selector *ps, struct dm_path *path,  in ql_add_path() 150 static void ql_fail_path(struct path_selector *ps, struct dm_path *path)  in ql_fail_path() 158 static int ql_reinstate_path(struct path_selector *ps, struct dm_path *path)  in ql_reinstate_path() 200 static int ql_start_io(struct path_selector *ps, struct dm_path *path,  in ql_start_io() 210 static int ql_end_io(struct path_selector *ps, struct dm_path *path,  in ql_end_io()
  | 
| D | dm-service-time.c | 31 	struct dm_path *path;  member 80 static int st_status(struct path_selector *ps, struct dm_path *path,  in st_status() 106 static int st_add_path(struct path_selector *ps, struct dm_path *path,  in st_add_path() 163 static void st_fail_path(struct path_selector *ps, struct dm_path *path)  in st_fail_path() 171 static int st_reinstate_path(struct path_selector *ps, struct dm_path *path)  in st_reinstate_path() 282 static int st_start_io(struct path_selector *ps, struct dm_path *path,  in st_start_io() 292 static int st_end_io(struct path_selector *ps, struct dm_path *path,  in st_end_io()
  | 
| D | dm-round-robin.c | 26 	struct dm_path *path;  member 85 static int rr_status(struct path_selector *ps, struct dm_path *path,  in rr_status() 111 static int rr_add_path(struct path_selector *ps, struct dm_path *path,  in rr_add_path()
  | 
| D | dm-uevent.c | 75 					      const char *path,  in dm_build_path_uevent() 184 		   const char *path, unsigned nr_valid_paths)  in dm_path_uevent()
  | 
| D | dm-uevent.h | 52 				  struct dm_target *ti, const char *path,  in dm_path_uevent()
  | 
| D | multipath.h | 28 	int			path;  member
  | 
| /linux-4.1.27/fs/ext4/ | 
| D | extents.c | 140 				struct ext4_ext_path *path)  in ext4_ext_get_access() 159 		     struct inode *inode, struct ext4_ext_path *path)  in __ext4_ext_dirty() 177 			      struct ext4_ext_path *path,  in ext4_ext_find_goal() 227 			struct ext4_ext_path *path,  in ext4_ext_new_meta_block() 297 	struct ext4_ext_path *path = *ppath;  in ext4_force_split_extent_at()  local 567 	struct ext4_ext_path *path = NULL;  in ext4_ext_precache()  local 626 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path)  in ext4_ext_show_path() 647 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path)  in ext4_ext_show_leaf() 670 static void ext4_ext_show_move(struct inode *inode, struct ext4_ext_path *path,  in ext4_ext_show_move() 703 #define ext4_ext_show_path(inode, path)  argument [all …] 
 | 
| D | move_extent.c | 37 	struct ext4_ext_path *path;  in get_ext_path()  local 101 	struct ext4_ext_path *path = NULL;  in mext_check_coverage()  local 566 	struct ext4_ext_path *path = NULL;  in ext4_move_extents()  local
  | 
| /linux-4.1.27/fs/btrfs/ | 
| D | dir-item.c | 35 						   struct btrfs_path *path,  in insert_with_overflow() 70 			    struct btrfs_path *path, u64 objectid,  in btrfs_insert_xattr_item() 127 	struct btrfs_path *path;  in btrfs_insert_dir_item()  local 193 					     struct btrfs_path *path, u64 dir,  in btrfs_lookup_dir_item() 225 	struct btrfs_path *path;  in btrfs_check_dir_item_collision()  local 286 			    struct btrfs_path *path, u64 dir,  in btrfs_lookup_dir_index_item() 309 			    struct btrfs_path *path, u64 dirid,  in btrfs_search_dir_index_item() 356 					  struct btrfs_path *path, u64 dir,  in btrfs_lookup_xattr() 383 						 struct btrfs_path *path,  in btrfs_match_dir_item_name() 422 			      struct btrfs_path *path,  in btrfs_delete_one_dir_name()
  | 
| D | inode-item.c | 25 static int find_name_in_backref(struct btrfs_path *path, const char *name,  in find_name_in_backref() 54 int btrfs_find_name_in_ext_backref(struct btrfs_path *path, u64 ref_objectid,  in btrfs_find_name_in_ext_backref() 98 			  struct btrfs_path *path,  in btrfs_lookup_inode_extref() 127 	struct btrfs_path *path;  in btrfs_del_inode_extref()  local 198 	struct btrfs_path *path;  in btrfs_del_inode_ref()  local 279 	struct btrfs_path *path;  in btrfs_insert_inode_extref()  local 331 	struct btrfs_path *path;  in btrfs_insert_inode_ref()  local 403 			     struct btrfs_path *path, u64 objectid)  in btrfs_insert_empty_inode() 417 		       *root, struct btrfs_path *path,  in btrfs_lookup_inode()
  | 
| D | root-tree.c | 82 		    struct btrfs_path *path, struct btrfs_root_item *root_item,  in btrfs_find_root() 139 	struct btrfs_path *path;  in btrfs_update_root()  local 225 	struct btrfs_path *path;  in btrfs_find_orphan_roots()  local 330 	struct btrfs_path *path;  in btrfs_del_root()  local 354 	struct btrfs_path *path;  in btrfs_del_root_ref()  local 426 	struct btrfs_path *path;  in btrfs_add_root_ref()  local
  | 
| D | tree-log.c | 343 				   struct btrfs_path *path,  in overwrite_item() 586 				      struct btrfs_path *path,  in replay_one_extent() 776 				      struct btrfs_path *path,  in drop_one_dir_item() 825 				 struct btrfs_path *path,  in inode_in_dir() 871 	struct btrfs_path *path;  in backref_in_log()  local 922 				  struct btrfs_path *path,  in __add_inode_ref() 1152 				  struct btrfs_path *path,  in add_inode_ref() 1291 			       struct inode *inode, struct btrfs_path *path)  in count_inode_extrefs() 1335 			       struct inode *inode, struct btrfs_path *path)  in count_inode_refs() 1405 	struct btrfs_path *path;  in fixup_inode_link_count()  local [all …] 
 | 
| D | ctree.c | 47 	struct btrfs_path *path;  in btrfs_alloc_path()  local 1352 tree_mod_log_rewind(struct btrfs_fs_info *fs_info, struct btrfs_path *path,  in tree_mod_log_rewind() 1882 			 struct btrfs_path *path, int level)  in balance_level() 2100 					  struct btrfs_path *path, int level)  in push_nodes_for_insert() 2235 			     struct btrfs_path *path,  in reada_for_search() 2301 				       struct btrfs_path *path, int level)  in reada_for_balance() 2360 static noinline void unlock_up(struct btrfs_path *path, int level,  in unlock_up() 2412 noinline void btrfs_unlock_up_safe(struct btrfs_path *path, int level)  in btrfs_unlock_up_safe() 2616 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path,  in btrfs_find_item() 3129 			   struct btrfs_path *path,  in fixup_low_keys() [all …] 
 | 
| D | file-item.c | 50 	struct btrfs_path *path;  in btrfs_insert_file_extent()  local 89 		  struct btrfs_path *path,  in btrfs_lookup_csum() 141 			     struct btrfs_path *path, u64 objectid,  in btrfs_lookup_file_extent() 169 	struct btrfs_path *path;  in __btrfs_lookup_bio_sums()  local 311 	struct btrfs_path *path;  in btrfs_lookup_csums_range()  local 517 				       struct btrfs_path *path,  in truncate_one_csum() 569 	struct btrfs_path *path;  in btrfs_del_csums()  local 689 	struct btrfs_path *path;  in btrfs_csum_file_blocks()  local 880 				     const struct btrfs_path *path,  in btrfs_extent_item_to_extent_map()
  | 
| D | orphan.c | 25 	struct btrfs_path *path;  in btrfs_insert_orphan_item()  local 46 	struct btrfs_path *path;  in btrfs_del_orphan_item()  local
  | 
| D | uuid-tree.c | 38 	struct btrfs_path *path = NULL;  in btrfs_uuid_tree_lookup()  local 98 	struct btrfs_path *path = NULL;  in btrfs_uuid_tree_add()  local 162 	struct btrfs_path *path = NULL;  in btrfs_uuid_tree_rem()  local 264 	struct btrfs_path *path;  in btrfs_uuid_tree_iterate()  local
  | 
| D | backref.c | 224 static int add_all_parents(struct btrfs_root *root, struct btrfs_path *path,  in add_all_parents() 309 				  struct btrfs_path *path, u64 time_seq,  in __resolve_indirect_ref() 381 				   struct btrfs_path *path, u64 time_seq,  in __resolve_indirect_refs() 679 			     struct btrfs_path *path, u64 bytenr,  in __add_inline_refs() 792 			    struct btrfs_path *path, u64 bytenr,  in __add_keyed_refs() 894 	struct btrfs_path *path;  local 1267 			  u64 start_off, struct btrfs_path *path, 1348 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, 1425 			struct btrfs_path *path, struct btrfs_key *found_key, 1687 				struct btrfs_path *path, [all …] 
 | 
| D | send.c | 498 	struct btrfs_path *path;  in alloc_path_for_send()  local 718 		     struct fs_path *path, struct fs_path *lnk)  in send_link() 741 static int send_unlink(struct send_ctx *sctx, struct fs_path *path)  in send_unlink() 763 static int send_rmdir(struct send_ctx *sctx, struct fs_path *path)  in send_rmdir() 785 static int __get_inode_info(struct btrfs_root *root, struct btrfs_path *path,  in __get_inode_info() 826 	struct btrfs_path *path;  in get_inode_info()  local 850 static int iterate_inode_ref(struct btrfs_root *root, struct btrfs_path *path,  in iterate_inode_ref() 970 static int iterate_dir_item(struct btrfs_root *root, struct btrfs_path *path,  in iterate_dir_item() 1102 			  u64 ino, struct fs_path *path)  in get_inode_path() 1147 	struct btrfs_path *path;  member [all …] 
 | 
| D | delayed-inode.c | 720 				    struct btrfs_path *path,  in btrfs_batch_insert_items() 831 				     struct btrfs_path *path,  in btrfs_insert_delayed_item() 860 				      struct btrfs_path *path,  in btrfs_insert_delayed_items() 900 				    struct btrfs_path *path,  in btrfs_batch_delete_items() 962 				      struct btrfs_path *path,  in btrfs_delete_delayed_items() 1035 					struct btrfs_path *path,  in __btrfs_update_delayed_inode() 1117 					     struct btrfs_path *path,  in btrfs_update_delayed_inode() 1135 				   struct btrfs_path *path,  in __btrfs_commit_inode_delayed_items() 1163 	struct btrfs_path *path;  in __btrfs_run_delayed_items()  local 1221 	struct btrfs_path *path;  in btrfs_commit_inode_delayed_items()  local [all …] 
 | 
| D | relocation.c | 103 	struct backref_node *path[BTRFS_MAX_LEVEL];  member 1581 	struct btrfs_path *path;  local 1742 		     struct btrfs_path *path, int level) 1763 		 struct btrfs_path *path, struct btrfs_key *next_key, 1934 int walk_up_reloc_tree(struct btrfs_root *root, struct btrfs_path *path, 1971 int walk_down_reloc_tree(struct btrfs_root *root, struct btrfs_path *path, 2088 static int find_next_key(struct btrfs_path *path, int level, 2119 	struct btrfs_path *path;  local 2639 			 struct btrfs_path *path, int lowest) 2771 			 struct btrfs_path *path) [all …] 
 | 
| D | extent-tree.c | 385 	struct btrfs_path *path;  in caching_thread()  local 719 	struct btrfs_path *path;  in btrfs_lookup_data_extent()  local 749 	struct btrfs_path *path;  in btrfs_lookup_extent_info()  local 982 				  struct btrfs_path *path,  in convert_extent_item_v0() 1098 					   struct btrfs_path *path,  in lookup_extent_data_ref() 1185 					   struct btrfs_path *path,  in insert_extent_data_ref() 1264 					   struct btrfs_path *path,  in remove_extent_data_ref() 1321 					  struct btrfs_path *path,  in extent_data_ref_count() 1364 					  struct btrfs_path *path,  in lookup_tree_block_ref() 1397 					  struct btrfs_path *path,  in insert_tree_block_ref() [all …] 
 | 
| D | inode-map.c | 35 	struct btrfs_path *path;  in caching_kthread()  local 396 	struct btrfs_path *path;  in btrfs_save_ino_cache()  local 520 	struct btrfs_path *path;  in btrfs_find_highest_objectid()  local
  | 
| D | xattr.c | 40 	struct btrfs_path *path;  in __btrfs_getxattr()  local 97 	struct btrfs_path *path;  in do_setxattr()  local 266 	struct btrfs_path *path;  in btrfs_listxattr()  local
  | 
| D | qgroup.c | 273 	struct btrfs_path *path = NULL;  in btrfs_read_qgroup_config()  local 482 	struct btrfs_path *path;  in add_qgroup_relation_item()  local 506 	struct btrfs_path *path;  in del_qgroup_relation_item()  local 536 	struct btrfs_path *path;  in add_qgroup_item()  local 604 	struct btrfs_path *path;  in del_qgroup_item()  local 650 	struct btrfs_path *path;  in update_qgroup_limit_item()  local 692 	struct btrfs_path *path;  in update_qgroup_info_item()  local 737 	struct btrfs_path *path;  in update_qgroup_status_item()  local 780 	struct btrfs_path *path;  in btrfs_clean_quota_tree()  local 828 	struct btrfs_path *path = NULL;  in btrfs_quota_enable()  local [all …] 
 | 
| D | free-space-cache.c | 47 					       struct btrfs_path *path,  in __lookup_free_space_inode() 96 				      *block_group, struct btrfs_path *path)  in lookup_free_space_inode() 133 				     struct btrfs_path *path,  in __create_free_space_inode() 195 			    struct btrfs_path *path)  in create_free_space_inode() 233 	struct btrfs_path *path = btrfs_alloc_path();  in btrfs_truncate_free_space_cache()  local 672 				   struct btrfs_path *path, u64 offset)  in __load_free_space_cache() 834 	struct btrfs_path *path;  in load_free_space_cache()  local 985 		  struct btrfs_path *path, u64 offset,  in update_cache_item() 1149 			struct btrfs_path *path, u64 offset)  in btrfs_wait_cache_io() 1228 				   struct btrfs_path *path, u64 offset)  in __btrfs_write_out_cache() [all …] 
 | 
| D | volumes.c | 453 static noinline int device_list_add(const char *path,  in device_list_add() 880 int btrfs_scan_one_device(const char *path, fmode_t flags, void *holder,  in btrfs_scan_one_device() 978 	struct btrfs_path *path;  in btrfs_account_dev_extents_size()  local 1118 	struct btrfs_path *path;  in find_free_dev_extent()  local 1276 	struct btrfs_path *path;  in btrfs_free_dev_extent()  local 1335 	struct btrfs_path *path;  in btrfs_alloc_dev_extent()  local 1397 	struct btrfs_path *path;  in find_next_devid()  local 1438 	struct btrfs_path *path;  in btrfs_add_device()  local 1509 	struct btrfs_path *path;  in btrfs_rm_dev_item()  local 2027 	struct btrfs_path *path;  in btrfs_finish_sprout()  local [all …] 
 | 
| D | tree-defrag.c | 35 	struct btrfs_path *path = NULL;  in btrfs_defrag_leaves()  local
  | 
| D | export.c | 157 	struct btrfs_path *path;  in btrfs_get_parent()  local 225 	struct btrfs_path *path;  in btrfs_get_name()  local
  | 
| D | inode.c | 137 				struct btrfs_path *path, int extent_inserted,  in insert_inline_extent() 252 	struct btrfs_path *path;  in cow_file_range_inline()  local 1213 	struct btrfs_path *path;  in run_delalloc_nocow()  local 2060 	struct btrfs_path *path;  in insert_reserved_file_extent()  local 2153 	struct btrfs_path *path;  member 2228 	struct btrfs_path *path = new->path;  in record_one_backref()  local 2342 static noinline bool record_extent_backrefs(struct btrfs_path *path,  in record_extent_backrefs() 2395 static noinline int relink_extent_backref(struct btrfs_path *path,  in relink_extent_backref() 2612 	struct btrfs_path *path;  in relink_file_extents()  local 2667 	struct btrfs_path *path;  in record_old_file_extents()  local [all …] 
 | 
| D | dev-replace.c | 63 	struct btrfs_path *path = NULL;  in btrfs_init_dev_replace()  local 200 	struct btrfs_path *path;  in btrfs_run_dev_replace()  local
  | 
| D | props.c | 160 				struct btrfs_path *path,  in iterate_object_props() 289 int btrfs_load_inode_props(struct inode *inode, struct btrfs_path *path)  in btrfs_load_inode_props()
  | 
| D | ioctl.c | 922 	struct btrfs_path *path;  in find_new_extents()  local 1855 	struct btrfs_path *path;  in may_destroy_subvol()  local 1928 			       struct btrfs_path *path,  in copy_to_sk() 2053 	struct btrfs_path *path;  in search_ioctl()  local 2199 	struct btrfs_path *path;  in btrfs_search_path_in_tree()  local 3118 				    const struct btrfs_path *path,  in clone_update_extent_map() 3201 				    struct btrfs_path *path,  in clone_copy_inline_extent() 3333 	struct btrfs_path *path = NULL;  in btrfs_clone()  local 3908 	struct btrfs_path *path;  in btrfs_ioctl_default_subvol()  local 4345 	struct btrfs_path *path;  in btrfs_ioctl_ino_to_path()  local [all …] 
 | 
| /linux-4.1.27/drivers/video/fbdev/mmp/hw/ | 
| D | mmp_ctrl.c | 135 	struct mmp_path *path = overlay->path;  in dmafetch_set_fmt()  local 177 	struct mmp_path *path = overlay->path;  in dmafetch_onoff()  local 187 static void path_enabledisable(struct mmp_path *path, int on)  in path_enabledisable() 200 static void path_onoff(struct mmp_path *path, int on)  in path_onoff() 258 static void path_set_mode(struct mmp_path *path, struct mmp_mode *mode)  in path_set_mode() 349 static void path_set_default(struct mmp_path *path)  in path_set_default() 404 	struct mmp_path *path = NULL;  in path_init()  local
  | 
| /linux-4.1.27/fs/ | 
| D | namei.c | 475 void path_get(const struct path *path)  in path_get() 488 void path_put(const struct path *path)  in path_put() 496 	struct path	path;  member 515 static bool path_connected(const struct path *path)  in path_connected() 702 static void path_put_conditional(struct path *path, struct nameidata *nd)  in path_put_conditional() 709 static inline void path_to_nameidata(const struct path *path,  in path_to_nameidata() 725 void nd_jump_link(struct nameidata *nd, struct path *path)  in nd_jump_link() 734 void nd_set_link(struct nameidata *nd, char *path)  in nd_set_link() 933 static int follow_up_rcu(struct path *path)  in follow_up_rcu() 958 int follow_up(struct path *path)  in follow_up() [all …] 
 | 
| D | fhandle.c | 15 static long do_sys_name_to_handle(struct path *path,  in do_sys_name_to_handle() 96 	struct path path;  in SYSCALL_DEFINE5()  local 139 			     struct path *path)  in do_handle_to_path() 167 		   struct path *path)  in handle_to_path() 218 	struct path path;  in do_handle_open()  local
  | 
| D | open.c | 66 long vfs_truncate(struct path *path, loff_t length)  in vfs_truncate() 121 	struct path path;  in do_sys_truncate()  local 140 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length)  in SYSCALL_DEFINE2()  argument 146 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length)  in COMPAT_SYSCALL_DEFINE2()  argument 213 SYSCALL_DEFINE2(truncate64, const char __user *, path, loff_t, length)  in SYSCALL_DEFINE2()  argument 339 	struct path path;  in SYSCALL_DEFINE3()  local 418 	struct path path;  in SYSCALL_DEFINE1()  local 469 	struct path path;  in SYSCALL_DEFINE1()  local 500 static int chmod_common(struct path *path, umode_t mode)  in chmod_common() 544 	struct path path;  in SYSCALL_DEFINE3()  local [all …] 
 | 
| D | dcookies.c | 36 	struct path path;  member 93 static struct dcookie_struct *alloc_dcookie(struct path *path)  in alloc_dcookie() 116 int get_dcookie(struct path *path, unsigned long *cookie)  in get_dcookie() 154 	char * path;  in SYSCALL_DEFINE3()  local
  | 
| D | fs_struct.c | 13 void set_fs_root(struct fs_struct *fs, const struct path *path)  in set_fs_root() 32 void set_fs_pwd(struct fs_struct *fs, const struct path *path)  in set_fs_pwd()
  | 
| D | namespace.c | 667 struct vfsmount *lookup_mnt(struct path *path)  in lookup_mnt() 1145 struct vfsmount *mnt_clone_internal(struct path *path)  in mnt_clone_internal() 1586 	struct path path;  in SYSCALL_DEFINE2()  local 1730 struct vfsmount *collect_mounts(struct path *path)  in collect_mounts() 1763 struct vfsmount *clone_private_mount(struct path *path)  in clone_private_mount() 1940 static struct mountpoint *lock_mount(struct path *path)  in lock_mount() 2011 static int do_change_type(struct path *path, int flag)  in do_change_type() 2059 static int do_loopback(struct path *path, const char *old_name,  in do_loopback() 2144 static int do_remount(struct path *path, int flags, int mnt_flags,  in do_remount() 2222 static int do_move_mount(struct path *path, const char *old_name)  in do_move_mount() [all …] 
 | 
| D | stat.c | 52 int vfs_getattr_nosec(struct path *path, struct kstat *stat)  in vfs_getattr_nosec() 65 int vfs_getattr(struct path *path, struct kstat *stat)  in vfs_getattr() 93 	struct path path;  in vfs_fstatat()  local 318 	struct path path;  in SYSCALL_DEFINE4()  local 349 SYSCALL_DEFINE3(readlink, const char __user *, path, char __user *, buf,  in SYSCALL_DEFINE3()  argument
  | 
| D | utimes.c | 51 static int utimes_common(struct path *path, struct timespec *times)  in utimes_common() 163 		struct path path;  in do_utimes()  local
  | 
| D | statfs.c | 66 int vfs_statfs(struct path *path, struct kstatfs *buf)  in vfs_statfs() 79 	struct path path;  in user_statfs()  local
  | 
| D | anon_inodes.c | 75 	struct path path;  in anon_inode_getfile()  local
  | 
| D | nsfs.c | 46 void *ns_get_path(struct path *path, struct task_struct *task,  in ns_get_path()
  | 
| /linux-4.1.27/tools/testing/selftests/efivarfs/ | 
| D | open-unlink.c | 12 static int set_immutable(const char *path, int immutable)  in set_immutable() 43 static int get_immutable(const char *path)  in get_immutable() 69 	const char *path;  in main()  local
  | 
| D | create-read.c | 13 	const char *path;  in main()  local
  | 
| /linux-4.1.27/Documentation/ia64/ | 
| D | aliasing-test.c | 27 static int map_mem(char *path, off_t offset, size_t length, int touch)  in map_mem() 65 static int scan_tree(char *path, char *file, off_t offset, size_t length, int touch)  in scan_tree() 122 static int read_rom(char *path)  in read_rom() 150 static int scan_rom(char *path, char *file)  in scan_rom()
  | 
| /linux-4.1.27/tools/perf/util/ | 
| D | path.c | 51 static char *cleanup_path(char *path)  in cleanup_path() 84 	char path[PATH_MAX];  in perf_pathdup()  local 128 static inline int chomp_trailing_dir_sep(const char *path, int len)  in chomp_trailing_dir_sep() 140 char *strip_path_suffix(const char *path, const char *suffix)  in strip_path_suffix()
  | 
| D | trace-event-info.c | 107 	char *path;  in record_header_files()  local 242 	char *path;  in record_ftrace_files()  local 273 	char *path;  in record_event_files()  local 345 	const char *path = "/proc/kallsyms";  in record_proc_kallsyms()  local 363 	char *path;  in record_ftrace_printk()  local 404 	struct tracepoint_path path, *ppath = &path;  in get_tracepoints_path()  local
  | 
| D | pmu.c | 44 		char path[PATH_MAX];  in perf_pmu__format_parse()  local 75 	char path[PATH_MAX];  in pmu_format()  local 99 	char path[PATH_MAX];  in perf_pmu__parse_scale()  local 141 	char path[PATH_MAX];  in perf_pmu__parse_unit()  local 169 	char path[PATH_MAX];  in perf_pmu__parse_per_pkg()  local 187 	char path[PATH_MAX];  in perf_pmu__parse_snapshot()  local 272 		char path[PATH_MAX];  in pmu_aliases_parse()  local 309 	char path[PATH_MAX];  in pmu_aliases()  local 354 	char path[PATH_MAX];  in pmu_type()  local 382 	char path[PATH_MAX];  in pmu_read_sysfs()  local [all …] 
 | 
| D | cpumap.c | 211 	char path[PATH_MAX];  in cpu_map__get_socket()  local 274 	char path[PATH_MAX];  in cpu_map__get_core()  local 322 static int get_max_num(char *path, int *max)  in get_max_num() 357 	char path[PATH_MAX];  in set_max_cpu_num()  local 385 	char path[PATH_MAX];  in set_max_node_num()  local 434 	char path[PATH_MAX];  in cpu__setup_cpunode_map()  local
  | 
| D | exec_cmd.c | 12 const char *system_path(const char *path)  in system_path() 70 static void add_path(struct strbuf *out, const char *path)  in add_path()
  | 
| D | abspath.c | 22 const char *make_nonrelative_path(const char *path)  in make_nonrelative_path()
  | 
| D | util.c | 49 int mkdir_p(char *path, mode_t mode)  in mkdir_p() 366 	const char *path = __perf_tracefs_mount(NULL);  in find_tracefs()  local 373 	const char *path = __perf_debugfs_mount(NULL);  in find_debugfs()  local 596 		char path[PATH_MAX];  in find_process()  local
  | 
| D | trace-event.c | 46 	char path[PATH_MAX];  in tp_format()  local
  | 
| D | cache.h | 61 static inline int is_absolute_path(const char *path)  in is_absolute_path()
  | 
| D | data.h | 12 	const char		*path;  member
  | 
| D | help.c | 118 					 const char *path,  in list_commands_in_dir() 172 		char *paths, *path, *colon;  in load_command_list()  local
  | 
| D | cgroup.c | 59 	char path[PATH_MAX + 1];  in open_cgroup()  local
  | 
| /linux-4.1.27/fs/autofs4/ | 
| D | dev-ioctl.c | 196 			     int test(struct path *path, void *data),  in find_autofs_mount() 199 	struct path path;  in find_autofs_mount()  local 220 static int test_by_dev(struct path *path, void *p)  in test_by_dev() 225 static int test_by_type(struct path *path, void *p)  in test_by_type() 242 		struct path path;  in autofs_dev_ioctl_open_mountpoint()  local 275 	const char *path;  in autofs_dev_ioctl_openmount()  local 437 	struct path path;  in autofs_dev_ioctl_requester()  local 521 	struct path path;  in autofs_dev_ioctl_ismountpoint()  local
  | 
| /linux-4.1.27/security/apparmor/ | 
| D | path.c | 56 static int d_namespace_path(struct path *path, char *buf, int buflen,  in d_namespace_path() 161 static int get_name_to_buffer(struct path *path, int flags, char *buffer,  in get_name_to_buffer() 207 int aa_path_name(struct path *path, int flags, char **buffer, const char **name,  in aa_path_name()
  | 
| D | lsm.c | 162 static int common_perm(int op, struct path *path, u32 mask,  in common_perm() 189 	struct path path = { dir->mnt, dentry };  in common_perm_dir_dentry()  local 206 	struct path path = { mnt, dentry };  in common_perm_mnt_dentry()  local 282 static int apparmor_path_truncate(struct path *path)  in apparmor_path_truncate() 347 static int apparmor_path_chmod(struct path *path, umode_t mode)  in apparmor_path_chmod() 355 static int apparmor_path_chown(struct path *path, kuid_t uid, kgid_t gid)  in apparmor_path_chown() 367 static int apparmor_inode_getattr(const struct path *path)  in apparmor_inode_getattr()
  | 
| /linux-4.1.27/tools/testing/selftests/exec/ | 
| D | execveat.c | 27 static int execveat_(int fd, const char *path, char **argv, char **envp,  in execveat_() 38 #define check_execveat_fail(fd, path, flags, errno)	\  argument 40 static int _check_execveat_fail(int fd, const char *path, int flags,  in _check_execveat_fail() 64 static int check_execveat_invoked_rc(int fd, const char *path, int flags,  in check_execveat_invoked_rc() 111 static int check_execveat(int fd, const char *path, int flags)  in check_execveat()
  | 
| /linux-4.1.27/fs/btrfs/tests/ | 
| D | qgroup-tests.c | 40 	struct btrfs_path *path;  in insert_normal_tree_ref()  local 91 	struct btrfs_path *path;  in add_tree_ref()  local 143 	struct btrfs_path *path;  in remove_extent_item()  local 175 	struct btrfs_path *path;  in remove_extent_ref()  local
  | 
| D | inode-tests.c | 30 	struct btrfs_path path;  in insert_extent()  local 64 	struct btrfs_path path;  in insert_inode_item_key()  local
  | 
| D | extent-buffer-tests.c | 27 	struct btrfs_path *path;  in test_btrfs_split_item()  local
  | 
| /linux-4.1.27/sound/pci/hda/ | 
| D | hda_generic.c | 254 static bool is_nid_contained(struct nid_path *path, hda_nid_t nid)  in is_nid_contained() 267 		struct nid_path *path = snd_array_elem(&spec->paths, i);  in get_nid_path()  local 306 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path)  in snd_hda_get_path_idx() 344 		struct nid_path *path = snd_array_elem(&spec->paths, i);  in is_dac_already_used()  local 371 		struct nid_path *path = snd_array_elem(&spec->paths, i);  in is_ctl_used()  local 387 			   const char *pfx, struct nid_path *path)  in print_nid_path() 405 			     int anchor_nid, struct nid_path *path,  in __parse_nid_path() 475 			    struct nid_path *path)  in snd_hda_parse_nid_path() 501 	struct nid_path *path;  in snd_hda_add_new_path()  local 526 	struct nid_path *path = snd_hda_get_path_from_idx(codec, idx);  in invalidate_nid_path()  local [all …] 
 | 
| D | patch_analog.c | 771 	struct nid_path *path;  in ad1988_auto_smux_enum_put()  local 812 		struct nid_path *path;  in ad1988_auto_init()  local 865 		struct nid_path *path = snd_array_new(&spec->gen.paths);  in ad1988_add_spdif_mux_ctl()  local
  | 
| /linux-4.1.27/tools/power/cpupower/utils/helpers/ | 
| D | sysfs.c | 19 unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen)  in sysfs_read_file() 50 	char path[SYSFS_PATH_MAX];  in sysfs_is_cpu_online()  local 108 	char path[SYSFS_PATH_MAX];  in sysfs_idlestate_file_exists()  local 128 	char path[SYSFS_PATH_MAX];  in sysfs_idlestate_read_file()  local 163 	char path[SYSFS_PATH_MAX];  in sysfs_idlestate_write_file()  local 388 	char path[SYSFS_PATH_MAX];  in sysfs_cpuidle_read_file()  local
  | 
| D | topology.c | 27 	char path[SYSFS_PATH_MAX];  in sysfs_topology_read_file()  local
  | 
| /linux-4.1.27/fs/configfs/ | 
| D | symlink.c | 112 static int get_target(const char *symname, struct path *path,  in get_target() 138 	struct path path;  in configfs_symlink()  local 236 				   char *path)  in configfs_get_target_path() 257 static int configfs_getlink(struct dentry *dentry, char * path)  in configfs_getlink()
  | 
| /linux-4.1.27/drivers/infiniband/ulp/ipoib/ | 
| D | ipoib_main.c | 78 	struct ipoib_path  path;  member 260 	struct ipoib_path *path;  in __path_find()  local 280 static int __path_add(struct net_device *dev, struct ipoib_path *path)  in __path_add() 310 static void path_free(struct net_device *dev, struct ipoib_path *path)  in path_free() 353 	struct ipoib_path *path;  in ipoib_path_iter_next()  local 379 			  struct ipoib_path *path)  in ipoib_path_iter_read() 389 	struct ipoib_path *path, *tp;  in ipoib_mark_paths_invalid()  local 406 	struct ipoib_path *path, *tp;  in ipoib_flush_paths()  local 437 	struct ipoib_path *path = path_ptr;  in path_rec_completion()  local 531 	struct ipoib_path *path;  in path_rec_create()  local [all …] 
 | 
| /linux-4.1.27/net/iucv/ | 
| D | iucv.c | 878 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler,  in iucv_path_accept() 925 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler,  in iucv_path_connect() 988 int iucv_path_quiesce(struct iucv_path *path, u8 userdata[16])  in iucv_path_quiesce() 1020 int iucv_path_resume(struct iucv_path *path, u8 userdata[16])  in iucv_path_resume() 1050 int iucv_path_sever(struct iucv_path *path, u8 userdata[16])  in iucv_path_sever() 1082 int iucv_message_purge(struct iucv_path *path, struct iucv_message *msg,  in iucv_message_purge() 1122 static int iucv_message_receive_iprmdata(struct iucv_path *path,  in iucv_message_receive_iprmdata() 1172 int __iucv_message_receive(struct iucv_path *path, struct iucv_message *msg,  in __iucv_message_receive() 1222 int iucv_message_receive(struct iucv_path *path, struct iucv_message *msg,  in iucv_message_receive() 1248 int iucv_message_reject(struct iucv_path *path, struct iucv_message *msg)  in iucv_message_reject() [all …] 
 | 
| D | af_iucv.c | 441 	struct iucv_path *path = iucv->path;  in iucv_sever_path()  local 1021 static int iucv_send_iprm(struct iucv_path *path, struct iucv_message *msg,  in iucv_send_iprm() 1248 				 struct iucv_path *path,  in iucv_process_message() 1678 static int iucv_callback_connreq(struct iucv_path *path,  in iucv_callback_connreq() 1773 static void iucv_callback_connack(struct iucv_path *path, u8 ipuser[16])  in iucv_callback_connack() 1781 static void iucv_callback_rx(struct iucv_path *path, struct iucv_message *msg)  in iucv_callback_rx() 1825 static void iucv_callback_txdone(struct iucv_path *path,  in iucv_callback_txdone() 1867 static void iucv_callback_connrej(struct iucv_path *path, u8 ipuser[16])  in iucv_callback_connrej() 1885 static void iucv_callback_shutdown(struct iucv_path *path, u8 ipuser[16])  in iucv_callback_shutdown()
  | 
| /linux-4.1.27/tools/perf/tests/ | 
| D | kmod-path.c | 6 static int test(const char *path, bool alloc_name, bool alloc_ext,  in test() 37 #define T(path, an, ae, k, c, n, e) \  argument
  | 
| D | attr.py | 120     def __init__(self, path, options):  argument 148     def load_events(self, path, events):  argument
  | 
| D | attr.c | 64 	char path[PATH_MAX];  in store_event()  local
  | 
| /linux-4.1.27/tools/lib/traceevent/ | 
| D | event-plugin.c | 284 load_plugin(struct pevent *pevent, const char *path,  in load_plugin() 343 		 const char *path,  in load_plugins_dir() 386 				 const char *path,  in load_plugins() 392 	char *path;  in load_plugins()  local
  | 
| /linux-4.1.27/sound/core/ | 
| D | misc.c | 56 static const char *sanity_file_name(const char *path)  in sanity_file_name() 66 void __snd_printk(unsigned int level, const char *path, int line,  in __snd_printk()
  | 
| /linux-4.1.27/fs/cifs/ | 
| D | link.c | 238 		 struct cifs_sb_info *cifs_sb, const unsigned char *path,  in query_mf_symlink() 273 		 const unsigned char *path)  in check_mf_symlink() 326 		      struct cifs_sb_info *cifs_sb, const unsigned char *path,  in cifs_query_mf_symlink() 370 		       struct cifs_sb_info *cifs_sb, const unsigned char *path,  in cifs_create_mf_symlink() 413 		      struct cifs_sb_info *cifs_sb, const unsigned char *path,  in smb3_query_mf_symlink() 475 		       struct cifs_sb_info *cifs_sb, const unsigned char *path,  in smb3_create_mf_symlink()
  | 
| D | cifsacl.c | 892 		const char *path, u32 *pacllen)  in get_cifs_acl_by_path() 938 				      struct inode *inode, const char *path,  in get_cifs_acl() 956 			struct inode *inode, const char *path, int aclflag)  in set_cifs_acl() 1009 		  struct inode *inode, const char *path,  in cifs_acl_to_fattr() 1052 id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64 nmode,  in id_mode_to_cifs_acl()
  | 
| /linux-4.1.27/fs/overlayfs/ | 
| D | super.c | 99 void ovl_path_upper(struct dentry *dentry, struct path *path)  in ovl_path_upper() 108 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path)  in ovl_path_real() 174 void ovl_path_lower(struct dentry *dentry, struct path *path)  in ovl_path_lower() 318 int ovl_path_next(int idx, struct dentry *dentry, struct path *path)  in ovl_path_next() 466 struct file *ovl_path_open(struct path *path, int flags)  in ovl_path_open() 500 	struct path path;  in ovl_statfs()  local 721 static int ovl_mount_dir_noesc(const char *name, struct path *path)  in ovl_mount_dir_noesc() 751 static int ovl_mount_dir(const char *name, struct path *path)  in ovl_mount_dir() 764 static int ovl_lower_dir(const char *name, struct path *path, long *namelen,  in ovl_lower_dir()
  | 
| /linux-4.1.27/fs/reiserfs/ | 
| D | stree.c | 906 int comp_items(const struct item_head *stored_ih, const struct treepath *path)  in comp_items() 931 static inline int prepare_for_direct_item(struct treepath *path,  in prepare_for_direct_item() 972 static inline int prepare_for_direntry_item(struct treepath *path,  in prepare_for_direntry_item() 1018 				      struct treepath *path,  in prepare_for_delete_or_cut() 1175 			   struct treepath *path, int size)  in init_tb_struct() 1234 			 struct treepath *path, const struct cpu_key *item_key,  in reiserfs_delete_item() 1542 				    struct treepath *path,  in maybe_indirect_to_direct() 1580 					 struct inode *inode, struct treepath *path)  in indirect_to_direct_roll_back() 1622 			   struct treepath *path,  in reiserfs_cut_from_item() 2027 static void check_research_for_paste(struct treepath *path,  in check_research_for_paste() [all …] 
 | 
| D | tail_conversion.c | 25 		    struct treepath *path, struct buffer_head *unbh,  in direct2indirect() 203 		    struct treepath *path,	/* path to the indirect item. */  in indirect2direct()
  | 
| D | inode.c | 252 			       struct inode *inode, struct treepath *path)  in restart_transaction() 642 				  struct treepath *path, int flags)  in _allocate_block() 1237 static void init_inode(struct inode *inode, struct treepath *path)  in init_inode() 1424 static void update_stat_data(struct treepath *path, struct inode *inode,  in update_stat_data() 1806 				  struct item_head *ih, struct treepath *path,  in reiserfs_new_directory() 1870 				struct treepath *path, const char *symname,  in reiserfs_new_symlink()
  | 
| /linux-4.1.27/kernel/ | 
| D | audit_watch.c | 50 	char			*path;	/* insertion path */  member 147 static struct audit_parent *audit_init_parent(struct path *path)  in audit_init_parent() 171 static struct audit_watch *audit_init_watch(char *path)  in audit_init_watch() 189 int audit_to_watch(struct audit_krule *krule, char *path, int len, u32 op)  in audit_to_watch() 216 	char *path;  in audit_dupe_watch()  local
  | 
| D | kmod.c | 501 struct subprocess_info *call_usermodehelper_setup(char *path, char **argv,  in call_usermodehelper_setup() 598 int call_usermodehelper(char *path, char **argv, char **envp, int wait)  in call_usermodehelper()
  | 
| /linux-4.1.27/arch/parisc/kernel/ | 
| D | drivers.c | 292 static void get_node_path(struct device *dev, struct hardware_path *path)  in get_node_path() 315 static char *print_hwpath(struct hardware_path *path, char *output)  in print_hwpath() 338 	struct hardware_path path;  in print_pa_hwpath()  local 356 void get_pci_node_path(struct pci_dev *pdev, struct hardware_path *path)  in get_pci_node_path() 373 	struct hardware_path path;  in print_pci_hwpath()  local 384 	struct hardware_path path;  in setup_bus_id()  local 756 void device_to_hwpath(struct device *dev, struct hardware_path *path)  in device_to_hwpath() 826 	struct hardware_path path;  in walk_native_bus()  local
  | 
| D | sys_parisc.c | 289 asmlinkage long parisc_truncate64(const char __user * path,  in parisc_truncate64() 303 asmlinkage long sys_truncate64(const char __user * path, unsigned long length)  in sys_truncate64() 317 asmlinkage long parisc_truncate64(const char __user * path,  in parisc_truncate64()
  | 
| /linux-4.1.27/fs/kernfs/ | 
| D | symlink.c | 50 				  struct kernfs_node *target, char *path)  in kernfs_get_target_path() 101 static int kernfs_getlink(struct dentry *dentry, char *path)  in kernfs_getlink()
  | 
| /linux-4.1.27/tools/thermal/tmon/ | 
| D | sysfs.c | 41 int sysfs_set_ulong(char *path, char *filename, unsigned long val)  in sysfs_set_ulong() 65 static int sysfs_get_ulong(char *path, char *filename, unsigned long *p_ulong)  in sysfs_get_ulong() 84 static int sysfs_get_string(char *path, char *filename, char *str)  in sysfs_get_string() 104 static int probe_cdev(struct cdev_info *cdi, char *path)  in probe_cdev()
  | 
| /linux-4.1.27/drivers/base/ | 
| D | devtmpfs.c | 153 	struct path path;  in dev_mkdir()  local 170 	char *path;  in create_path()  local 199 	struct path path;  in handle_create()  local 254 	const char *path;  in delete_path()  local
  | 
| /linux-4.1.27/tools/perf/arch/ | 
| D | common.c | 64 	char *path, *tmp;  in lookup_path()  local 133 						  const char **path)  in perf_session_env__lookup_binutils_path()
  | 
| /linux-4.1.27/drivers/xen/xenbus/ | 
| D | xenbus_xs.c | 393 	char *strings, *path;  in xenbus_directory()  local 431 	char *path;  in xenbus_read()  local 450 	const char *path;  in xenbus_write()  local 473 	char *path;  in xenbus_mkdir()  local 489 	char *path;  in xenbus_rm()  local 620 static int xs_watch(const char *path, const char *token)  in xs_watch() 633 static int xs_unwatch(const char *path, const char *token)  in xs_unwatch()
  | 
| D | xenbus_dev_frontend.c | 234 static struct watch_adapter *alloc_watch_adapter(const char *path,  in alloc_watch_adapter() 266 	const char *path, *token;  in watch_fired()  local 366 	char *path, *token;  in xenbus_write_watch()  local
  | 
| D | xenbus_client.c | 110 int xenbus_watch_path(struct xenbus_device *dev, const char *path,  in xenbus_watch_path() 156 	char *path;  in xenbus_watch_pathfmt()  local 881 enum xenbus_state xenbus_read_driver_state(const char *path)  in xenbus_read_driver_state()
  | 
| /linux-4.1.27/tools/usb/usbip/libsrc/ | 
| D | vhci_driver.c | 169 	char path[PATH_MAX+1];  in read_record()  local 306 	const char *path;  in usbip_vhci_attach_device2()  local 348 	const char *path;  in usbip_vhci_detach_device()  local
  | 
| D | usbip_host_driver.c | 121 	const char *path;  in refresh_exported_devices()  local
  | 
| /linux-4.1.27/fs/cachefiles/ | 
| D | namei.c | 271 	struct path path, path_to_graveyard;  in cachefiles_bury_object()  local 462 	struct path path;  in cachefiles_walk_to_object()  local 716 	struct path path;  in cachefiles_get_directory()  local
  | 
| D | daemon.c | 555 	struct path path;  in cachefiles_daemon_cull()  local 627 	struct path path;  in cachefiles_daemon_inuse()  local 678 	struct path path = {  in cachefiles_has_space()  local
  | 
| D | bind.c | 87 	struct path path;  in cachefiles_daemon_add_cache()  local
  | 
| /linux-4.1.27/arch/powerpc/platforms/cell/spufs/ | 
| D | inode.c | 299 static int spufs_context_open(struct path *path)  in spufs_context_open() 430 	struct path path = {.mnt = mnt, .dentry = dentry};  in spufs_create_context()  local 516 static int spufs_gang_open(struct path *path)  in spufs_gang_open() 544 	struct path path = {.mnt = mnt, .dentry = dentry};  in spufs_create_gang()  local 561 long spufs_create(struct path *path, struct dentry *dentry,  in spufs_create()
  | 
| D | syscalls.c | 65 	struct path path;  in do_spu_create()  local
  | 
| /linux-4.1.27/drivers/s390/char/ | 
| D | monreader.c | 48 	struct iucv_path *path;  member 232 static void mon_iucv_path_complete(struct iucv_path *path, u8 ipuser[16])  in mon_iucv_path_complete() 240 static void mon_iucv_path_severed(struct iucv_path *path, u8 ipuser[16])  in mon_iucv_path_severed() 252 static void mon_iucv_message_pending(struct iucv_path *path,  in mon_iucv_message_pending()
  | 
| D | vmlogrdr.c | 65 	struct iucv_path *path;  member 163 static void vmlogrdr_iucv_path_complete(struct iucv_path *path, u8 ipuser[16])  in vmlogrdr_iucv_path_complete() 174 static void vmlogrdr_iucv_path_severed(struct iucv_path *path, u8 ipuser[16])  in vmlogrdr_iucv_path_severed() 196 static void vmlogrdr_iucv_message_pending(struct iucv_path *path,  in vmlogrdr_iucv_message_pending()
  | 
| /linux-4.1.27/fs/hostfs/ | 
| D | hostfs_user.c | 41 int stat_file(const char *path, struct hostfs_stat *p, int fd)  in stat_file() 55 int access_file(char *path, int r, int w, int x)  in access_file() 70 int open_file(char *path, int r, int w, int append)  in open_file() 90 void *open_dir(char *path, int *err_out)  in open_dir()
  | 
| /linux-4.1.27/sound/soc/ | 
| D | soc-dapm.c | 403 	struct snd_soc_dapm_path *path)  in dapm_kcontrol_add_path() 433 #define dapm_kcontrol_for_each_path(path, kcontrol) \  argument 568 	struct snd_soc_dapm_path *path, const char *control_name)  in dapm_connect_mux() 628 	struct snd_soc_dapm_path *path, const char *control_name)  in dapm_connect_mixer() 779 	struct snd_soc_dapm_path *path;  in dapm_new_mixer()  local 809 	struct snd_soc_dapm_path *path;  in dapm_new_mux()  local 942 	struct snd_soc_dapm_path *path;  in is_connected_output_ep()  local 1000 	struct snd_soc_dapm_path *path;  in is_connected_input_ep()  local 1180 	struct snd_soc_dapm_path *path;  in dapm_supply_check_power()  local 1599 	struct snd_soc_dapm_path *path;  in dapm_widget_set_power()  local [all …] 
 | 
| /linux-4.1.27/arch/powerpc/platforms/pseries/ | 
| D | reconfig.c | 33 static struct device_node *derive_parent(const char *path)  in derive_parent() 57 static int pSeries_reconfig_add_node(const char *path, struct property *proplist)  in pSeries_reconfig_add_node() 231 	char *path, *end, *name;  in do_add_node()  local
  | 
| D | dlpar.c | 69 					       const char *path)  in dlpar_parse_cc_node() 247 static struct device_node *derive_parent(const char *path)  in derive_parent()
  | 
| /linux-4.1.27/net/ipv4/ | 
| D | xfrm4_policy.c | 70 static int xfrm4_init_path(struct xfrm_dst *path, struct dst_entry *dst,  in xfrm4_init_path() 201 	struct dst_entry *path = xdst->route;  in xfrm4_update_pmtu()  local 210 	struct dst_entry *path = xdst->route;  in xfrm4_redirect()  local
  | 
| D | tcp_fastopen.c | 75 static bool __tcp_fastopen_cookie_gen(const void *path,  in __tcp_fastopen_cookie_gen() 105 		__be32 path[4] = { iph->saddr, iph->daddr, 0, 0 };  in tcp_fastopen_cookie_gen()  local
  | 
| /linux-4.1.27/fs/notify/fanotify/ | 
| D | fanotify.c | 107 	struct path *path = data;  in fanotify_should_send_event()  local 154 						 struct path *path)  in fanotify_alloc_event()
  | 
| D | fanotify.h | 19 	struct path path;  member
  | 
| /linux-4.1.27/drivers/s390/net/ | 
| D | smsgiucv.c | 60 static int smsg_path_pending(struct iucv_path *path, u8 ipvmid[8],  in smsg_path_pending() 69 static void smsg_message_pending(struct iucv_path *path,  in smsg_message_pending()
  | 
| D | netiucv.c | 191 	struct iucv_path	  *path;  member 530 static void netiucv_callback_rx(struct iucv_path *path,  in netiucv_callback_rx() 541 static void netiucv_callback_txdone(struct iucv_path *path,  in netiucv_callback_txdone() 552 static void netiucv_callback_connack(struct iucv_path *path, u8 ipuser[16])  in netiucv_callback_connack() 559 static int netiucv_callback_connreq(struct iucv_path *path,  in netiucv_callback_connreq() 590 static void netiucv_callback_connrej(struct iucv_path *path, u8 ipuser[16])  in netiucv_callback_connrej() 597 static void netiucv_callback_connsusp(struct iucv_path *path, u8 ipuser[16])  in netiucv_callback_connsusp() 604 static void netiucv_callback_connres(struct iucv_path *path, u8 ipuser[16])  in netiucv_callback_connres() 816 	struct iucv_path *path = ev->data;  in conn_action_connaccept()  local 839 	struct iucv_path *path = ev->data;  in conn_action_connreject()  local
  | 
| /linux-4.1.27/drivers/tty/hvc/ | 
| D | hvc_iucv.c | 69 	struct iucv_path	*path;		/* IUCV path pointer */  member 591 	struct iucv_path *path;  in hvc_iucv_hangup()  local 672 	struct iucv_path        *path;  in hvc_iucv_dtr_rts()  local 785 static	int hvc_iucv_path_pending(struct iucv_path *path,  in hvc_iucv_path_pending() 884 static void hvc_iucv_path_severed(struct iucv_path *path, u8 ipuser[16])  in hvc_iucv_path_severed() 902 static void hvc_iucv_msg_pending(struct iucv_path *path,  in hvc_iucv_msg_pending() 950 static void hvc_iucv_msg_complete(struct iucv_path *path,  in hvc_iucv_msg_complete()
  | 
| /linux-4.1.27/tools/perf/ | 
| D | builtin-help.c | 104 static void exec_woman_emacs(const char *path, const char *page)  in exec_woman_emacs() 121 static void exec_man_konqueror(const char *path, const char *page)  in exec_man_konqueror() 152 static void exec_man_man(const char *path, const char *page)  in exec_man_man() 408 static void open_html(const char *path)  in open_html()
  | 
| /linux-4.1.27/net/ipv6/ | 
| D | xfrm6_policy.c | 81 static int xfrm6_init_path(struct xfrm_dst *path, struct dst_entry *dst,  in xfrm6_init_path() 237 	struct dst_entry *path = xdst->route;  in xfrm6_update_pmtu()  local 246 	struct dst_entry *path = xdst->route;  in xfrm6_redirect()  local
  | 
| /linux-4.1.27/fs/ocfs2/ | 
| D | alloc.c | 580 void ocfs2_reinit_path(struct ocfs2_path *path, int keep_root)  in ocfs2_reinit_path() 609 void ocfs2_free_path(struct ocfs2_path *path)  in ocfs2_free_path() 670 static inline void ocfs2_path_insert_eb(struct ocfs2_path *path, int index,  in ocfs2_path_insert_eb() 691 	struct ocfs2_path *path;  in ocfs2_new_path()  local 707 struct ocfs2_path *ocfs2_new_path_from_path(struct ocfs2_path *path)  in ocfs2_new_path_from_path() 728 				 struct ocfs2_path *path,  in ocfs2_path_bh_journal_access() 748 			      struct ocfs2_path *path)  in ocfs2_journal_access_path() 1108 	struct ocfs2_path *path = NULL;  in ocfs2_adjust_rightmost_branch()  local 1875 	struct ocfs2_path *path;  member 1886 		    struct ocfs2_path *path, u32 cpos)  in ocfs2_find_path() [all …] 
 | 
| /linux-4.1.27/tools/lib/api/fs/ | 
| D | fs.c | 31 	char			 path[PATH_MAX + 1];  member 190 	char path[PATH_MAX];  in sysctl__read_int()  local
  | 
| D | debugfs.c | 113 	char path[PATH_MAX];  in debugfs__strerror_open_tp()  local
  | 
| /linux-4.1.27/sound/drivers/vx/ | 
| D | vx_hwdep.c | 69 		char path[32];  in snd_vx_setup_firmware()  local
  | 
| /linux-4.1.27/drivers/staging/rtl8712/ | 
| D | rtl871x_mp.c | 187 u32 r8712_rf_reg_read(struct _adapter *pAdapter, u8 path, u8 offset)  in r8712_rf_reg_read() 198 u8 r8712_rf_reg_write(struct _adapter *pAdapter, u8 path, u8 offset, u32 value)  in r8712_rf_reg_write() 245 static u32 get_rf_reg(struct _adapter *pAdapter, u8 path, u8 offset,  in get_rf_reg() 256 static u8 set_rf_reg(struct _adapter *pAdapter, u8 path, u8 offset, u32 bitmask,  in set_rf_reg() 339 	u8 path = RF_PATH_A;  in r8712_SetDataRate()  local
  | 
| /linux-4.1.27/drivers/of/ | 
| D | unittest.c | 708 	const char *path;  member 988 static struct platform_device *of_path_to_platform_device(const char *path)  in of_path_to_platform_device() 1004 static int of_path_platform_device_exists(const char *path)  in of_path_platform_device_exists() 1016 static struct i2c_client *of_path_to_i2c_client(const char *path)  in of_path_to_i2c_client() 1032 static int of_path_i2c_client_exists(const char *path)  in of_path_i2c_client_exists() 1042 static int of_path_i2c_client_exists(const char *path)  in of_path_i2c_client_exists() 1053 static int of_path_device_type_exists(const char *path,  in of_path_device_type_exists() 1088 	const char *path;  in of_unittest_device_exists()  local
  | 
| /linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ | 
| D | phy.c | 765 					  u8 band, u8 path,  in _rtl8821ae_phy_set_txpower_by_rate_base() 834 						  u8 band, u8 path,  in _rtl8821ae_phy_get_txpower_by_rate_base() 910 	u8 base = 0, path = 0;  in _rtl8821ae_phy_store_txpower_by_rate_base()  local 2269 static char _rtl8821ae_phy_get_ratesection_intxpower_byrate(u8 path, u8 rate)  in _rtl8821ae_phy_get_ratesection_intxpower_byrate() 2535 					u8 band, u8 path, u8 rate)  in _rtl8821ae_phy_get_txpower_by_rate() 2645 static u8 _rtl8821ae_get_txpower_index(struct ieee80211_hw *hw, u8 path,  in _rtl8821ae_get_txpower_index() 2776 					     u8 power_index, u8 path, u8 rate)  in _rtl8821ae_phy_set_txpower_index() 3185 						     u8 *array, u8 path,  in _rtl8821ae_phy_set_txpower_level_by_path() 3204 						    u8 bw, u8 channel, u8 path)  in _rtl8821ae_phy_txpower_training_by_path() 3242 					     u8 channel, u8 path)  in rtl8821ae_phy_set_txpower_level_by_path() [all …] 
 | 
| /linux-4.1.27/arch/sh/drivers/pci/ | 
| D | fixups-cayman.c | 34 	} path[4];  in pcibios_map_platform_irq()  local
  | 
| /linux-4.1.27/fs/ceph/ | 
| D | super.c | 327 			       const char **path)  in parse_mount_options() 710 				       const char *path,  in open_root_dentry() 767 		      const char *path)  in ceph_real_mount() 919 	const char *path = NULL;  in ceph_mount()  local
  | 
| /linux-4.1.27/fs/coda/ | 
| D | pioctl.c | 52 	struct path path;  in coda_pioctl()  local
  | 
| /linux-4.1.27/tools/usb/usbip/src/ | 
| D | usbip_detach.c | 48 	char path[PATH_MAX+1];  in detach_port()  local
  | 
| D | usbip_attach.c | 50 	char path[PATH_MAX+1];  in record_connection()  local
  | 
| D | usbip_list.c | 175 	const char *path;  in list_devices()  local
  | 
| /linux-4.1.27/arch/arm/mach-imx/ | 
| D | clk.c | 24 	char *path;  in imx_obtain_fixed_clock_from_dt()  local
  | 
| /linux-4.1.27/arch/um/os-Linux/ | 
| D | execvp.c | 52 		char *path = getenv("PATH");  in execvp_noalloc()  local
  | 
| /linux-4.1.27/drivers/acpi/acpica/ | 
| D | dswload.c | 147 	char *path;  in acpi_ds_load1_begin_op()  local
  | 
| D | nsaccess.c | 289 	char *path = pathname;  in acpi_ns_lookup()  local
  | 
| D | uteval.c | 72 			char *path,  in acpi_ut_evaluate_object()
  | 
| D | utmisc.c | 362 			      char *path)  in acpi_ut_display_init_pathname()
  | 
| D | uterror.c | 265 		     const char *path, acpi_status method_status)  in acpi_ut_method_error()
  | 
| D | nsxfname.c | 538 	char *path;  in ACPI_EXPORT_SYMBOL()  local
  | 
| /linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ | 
| D | phy.c | 78 void rtl8723be_phy_set_rf_reg(struct ieee80211_hw *hw, enum radio_path path,  in rtl8723be_phy_set_rf_reg() 214 	u8 band, path, txnum, section;  in _rtl8723be_phy_init_tx_power_by_rate()  local 249 						    u8 path, u8 rate_section,  in _rtl8723be_phy_set_txpower_by_rate_base() 291 						  u8 band, u8 path, u8 txnum,  in _rtl8723be_phy_get_txpower_by_rate_base() 338 	u8 base = 0, path = 0;  in _rtl8723be_phy_store_txpower_by_rate_base()  local 877 static u8 _rtl8723be_phy_get_ratesection_intxpower_byrate(enum radio_path path,  in _rtl8723be_phy_get_ratesection_intxpower_byrate() 1016 static u8 _rtl8723be_get_txpower_index(struct ieee80211_hw *hw, u8 path,  in _rtl8723be_get_txpower_index() 1068 					     u8 power_index, u8 path, u8 rate)  in _rtl8723be_phy_set_txpower_index()
  | 
| /linux-4.1.27/fs/proc/ | 
| D | proc_sysctl.c | 1011 static int sysctl_err(const char *path, struct ctl_table *table, char *fmt, ...)  in sysctl_err() 1027 static int sysctl_check_table(const char *path, struct ctl_table *table)  in sysctl_check_table() 1213 	const char *path, struct ctl_table *table)  in __register_sysctl_table() 1288 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table)  in register_sysctl() 1295 static char *append_path(const char *path, char *pos, const char *name)  in append_path() 1327 static int register_leaf_sysctl_tables(const char *path, char *pos,  in register_leaf_sysctl_tables() 1414 	const struct ctl_path *path, struct ctl_table *table)  in __register_sysctl_paths() 1483 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,  in register_sysctl_paths()
  | 
| /linux-4.1.27/tools/power/cpupower/bench/ | 
| D | parse.c | 158 int prepare_config(const char *path, struct config *config)  in prepare_config()
  | 
| /linux-4.1.27/arch/arc/kernel/ | 
| D | troubleshoot.c | 57 	struct path path;  in print_task_path_n_nm()  local 102 			struct path *path = &file->f_path;  in show_faulting_vma()  local
  | 
| /linux-4.1.27/drivers/hwtracing/coresight/ | 
| D | coresight.c | 238 static int coresight_enable_path(struct list_head *path)  in coresight_enable_path() 277 static int coresight_disable_path(struct list_head *path)  in coresight_disable_path() 300 				 struct list_head *path,  in coresight_build_paths()
  | 
| /linux-4.1.27/security/integrity/ | 
| D | digsig.c | 88 int __init integrity_load_x509(const unsigned int id, char *path)  in integrity_load_x509()
  | 
| D | iint.c | 209 int __init integrity_read_file(const char *path, char **data)  in integrity_read_file()
  | 
| /linux-4.1.27/include/video/ | 
| D | mmp_disp.h | 160 	struct mmp_path *path;  member 251 static inline void mmp_path_set_mode(struct mmp_path *path,  in mmp_path_set_mode() 257 static inline void mmp_path_set_onoff(struct mmp_path *path, int status)  in mmp_path_set_onoff() 262 static inline int mmp_path_get_modelist(struct mmp_path *path,  in mmp_path_get_modelist() 270 		struct mmp_path *path, int overlay_id)  in mmp_path_get_overlay()
  | 
| /linux-4.1.27/arch/powerpc/boot/ | 
| D | virtex.c | 83 	char path[MAX_PATH_LEN];  in platform_specific_init()  local
  | 
| D | serial.c | 89 	char path[MAX_PATH_LEN];  in serial_get_stdout_devp()  local
  | 
| D | planetcore.c | 109 	char *path;  in planetcore_set_stdout_path()  local
  | 
| /linux-4.1.27/arch/tile/mm/ | 
| D | elf.c | 44 	char *buf, *path;  in notify_exec()  local
  | 
| /linux-4.1.27/tools/power/cpupower/lib/ | 
| D | sysfs.c | 24 static unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen)  in sysfs_read_file() 53 	char path[SYSFS_PATH_MAX];  in sysfs_cpufreq_read_file()  local 66 	char path[SYSFS_PATH_MAX];  in sysfs_cpufreq_write_file()  local
  | 
| /linux-4.1.27/sound/soc/codecs/ | 
| D | wm8958-dsp2.c | 195 static void wm8958_dsp_start_mbc(struct snd_soc_codec *codec, int path)  in wm8958_dsp_start_mbc() 239 static void wm8958_dsp_start_vss(struct snd_soc_codec *codec, int path)  in wm8958_dsp_start_vss() 300 static void wm8958_dsp_start_enh_eq(struct snd_soc_codec *codec, int path)  in wm8958_dsp_start_enh_eq() 331 static void wm8958_dsp_apply(struct snd_soc_codec *codec, int path, int start)  in wm8958_dsp_apply()
  | 
| /linux-4.1.27/tools/testing/selftests/vm/ | 
| D | hugetlbfstest.c | 55 static int open_file(const char *path)  in open_file()
  | 
| /linux-4.1.27/arch/powerpc/platforms/powermac/ | 
| D | udbg_scc.c | 75 	const char *path;  in udbg_scc_init()  local
  | 
| /linux-4.1.27/tools/power/acpi/os_specific/service_layers/ | 
| D | oslibcfs.c | 64 ACPI_FILE acpi_os_open_file(const char *path, u8 modes)  in acpi_os_open_file()
  | 
| /linux-4.1.27/net/ | 
| D | sysctl_net.c | 104 	const char *path, struct ctl_table *table)  in register_net_sysctl()
  | 
| /linux-4.1.27/drivers/video/fbdev/mmp/fb/ | 
| D | mmpfb.h | 45 	struct mmp_path	*path;  member
  | 
| /linux-4.1.27/fs/nfsd/ | 
| D | vfs.c | 88 	struct path path = {.mnt = mntget(exp->ex_path.mnt),  in nfsd_cross_mnt()  local 131 static void follow_to_parent(struct path *path)  in follow_to_parent() 145 	struct path path = {.mnt = mntget((*exp)->ex_path.mnt),  in nfsd_lookup_parent()  local 681 	struct path	path;  in nfsd_open()  local 1508 	struct path path;  in nfsd_readlink()  local 1550 				char *path,  in nfsd_symlink() 1996 		struct path path = {  in nfsd_statfs()  local
  | 
| D | export.c | 827 		const struct path *path, struct cache_req *reqp)  in exp_get_by_name() 852 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path)  in exp_parent() 880 	struct path		path;  in exp_rootfh()  local 970 rqst_exp_get_by_name(struct svc_rqst *rqstp, struct path *path)  in rqst_exp_get_by_name() 1034 rqst_exp_parent(struct svc_rqst *rqstp, struct path *path)  in rqst_exp_parent()
  | 
| /linux-4.1.27/fs/quota/ | 
| D | quota.c | 83 		         struct path *path)  in quota_quotaon() 641 		       void __user *addr, struct path *path)  in do_quotactl() 765 	struct path path, *pathp = NULL;  in SYSCALL_DEFINE4()  local
  | 
| /linux-4.1.27/arch/powerpc/sysdev/ | 
| D | mv64x60_udbg.c | 73 	const char *path;  in mv64x60_udbg_init()  local
  | 
| /linux-4.1.27/Documentation/laptops/ | 
| D | freefall.c | 54 static void write_int(char *path, int i)  in write_int()
  | 
| /linux-4.1.27/net/hsr/ | 
| D | hsr_main.h | 81 static inline void set_hsr_tag_path(struct hsr_tag *ht, u16 path)  in set_hsr_tag_path() 124 static inline void set_hsr_stag_path(struct hsr_sup_tag *hst, u16 path)  in set_hsr_stag_path()
  | 
| /linux-4.1.27/fs/exportfs/ | 
| D | expfs.c | 29 	struct path path = {.mnt = mnt, .dentry = dir};  in exportfs_get_name()  local 270 static int get_name(const struct path *path, char *name, struct dentry *child)  in get_name()
  | 
| /linux-4.1.27/fs/xfs/libxfs/ | 
| D | xfs_attr.c | 1309 	xfs_da_state_path_t *path;  in xfs_attr_fillstate()  local 1357 	xfs_da_state_path_t *path;  in xfs_attr_refillstate()  local
  | 
| /linux-4.1.27/drivers/acpi/ | 
| D | utils.c | 506 	const char *path;  in acpi_handle_printk()  local 535 	const char *path;  in __acpi_handle_debug()  local
  | 
| /linux-4.1.27/include/net/iucv/ | 
| D | iucv.h | 225 	struct iucv_path *path;  in iucv_path_alloc()  local 241 static inline void iucv_path_free(struct iucv_path *path)  in iucv_path_free()
  | 
| /linux-4.1.27/fs/sysfs/ | 
| D | dir.c | 24 	char *buf, *path = NULL;  in sysfs_warn_dup()  local
  | 
| /linux-4.1.27/lib/ | 
| D | earlycpio.c | 67 struct cpio_data find_cpio_data(const char *path, void *data,  in find_cpio_data()
  | 
| /linux-4.1.27/fs/nfs/ | 
| D | nfs4namespace.c | 86 	char *path = nfs_path(&limit, dentry, buffer, buflen,  in nfs4_path()  local 104 	const char *path, *fs_path;  in nfs4_validate_fspath()  local
  | 
| /linux-4.1.27/net/ax25/ | 
| D | sysctl_net_ax25.c | 153 	char path[sizeof("net/ax25/") + IFNAMSIZ];  in ax25_register_dev_sysctl()  local
  | 
| /linux-4.1.27/fs/ecryptfs/ | 
| D | kthread.c | 33 	struct path path;  member
  | 
| D | main.c | 123 	struct path *path = ecryptfs_dentry_to_lower_path(dentry);  in ecryptfs_init_lower_file()  local 500 	struct path path;  in ecryptfs_mount()  local
  | 
| /linux-4.1.27/samples/uhid/ | 
| D | uhid-example.c | 389 	const char *path = "/dev/uhid";  in main()  local
  | 
| /linux-4.1.27/fs/afs/ | 
| D | mntpt.c | 227 struct vfsmount *afs_d_automount(struct path *path)  in afs_d_automount()
  | 
| /linux-4.1.27/drivers/infiniband/hw/ehca/ | 
| D | ehca_av.c | 55 	int path = ib_rate_to_mult(path_rate);  in ehca_calc_ipd()  local
  | 
| /linux-4.1.27/fs/ncpfs/ | 
| D | ncplib_kernel.c | 308 				const char *path)  in ncp_add_handle_path() 419 int ncp_obtain_info(struct ncp_server *server, struct inode *dir, const char *path,  in ncp_obtain_info() 455 		const char *path, /* At most 1 component */  in ncp_obtain_DOS_dir_base() 544 		const char *path, /* At most 1 component */  in ncp_ObtainSpecificDirBase() 647 					    const char *path,  in ncp_modify_file_or_subdir_dos_info_path()
  | 
| /linux-4.1.27/drivers/clocksource/ | 
| D | timer-integrator-ap.c | 159 	const char *path;  in integrator_ap_timer_init_of()  local
  | 
| /linux-4.1.27/fs/notify/inotify/ | 
| D | inotify_fsnotify.c | 83 		struct path *path = data;  in inotify_handle_event()  local
  | 
| /linux-4.1.27/drivers/isdn/hardware/eicon/ | 
| D | maintidi.c | 857 	const char *path = (char *)&pVar->path_length + 1;  in process_idi_event()  local 1055 	const char *path = (char *)&pVar->path_length + 1;  in process_idi_info()  local 1237 	const char *path;  in find_var()  local
  | 
| /linux-4.1.27/tools/net/ | 
| D | bpf_jit_disasm.c | 31 	char *path;  in get_exec_path()  local
  | 
| /linux-4.1.27/fs/notify/ | 
| D | fsnotify.c | 90 int __fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask)  in __fsnotify_parent()
  | 
| /linux-4.1.27/drivers/net/fddi/skfp/ | 
| D | pmf.c | 566 	int		path ;  in smt_add_para()  local 1092 	int		path ;  in smt_set_para()  local
  |