/linux-4.1.27/drivers/of/ |
D | platform.c | 295 static const struct of_dev_auxdata *of_dev_lookup(const struct of_dev_auxdata *lookup, in of_dev_lookup() 329 const struct of_dev_auxdata *lookup, in of_platform_bus_create() 437 const struct of_dev_auxdata *lookup, in of_platform_populate()
|
/linux-4.1.27/fs/ocfs2/ |
D | namei.c | 257 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local 681 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local 872 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_unlink() local 1769 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_symlink() local 2078 struct ocfs2_dir_lookup_result *lookup, in __ocfs2_prepare_orphan_dir() 2134 struct ocfs2_dir_lookup_result *lookup, in ocfs2_prepare_orphan_dir() 2176 struct ocfs2_dir_lookup_result *lookup, in ocfs2_orphan_add() 2284 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_orphan_del() local 2753 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mv_orphaned_inode_to_new() local
|
D | dir.c | 1034 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() 1087 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() 1259 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() 1515 struct ocfs2_dir_lookup_result *lookup) in ocfs2_dx_dir_insert() 1551 struct ocfs2_dir_lookup_result *lookup) in ocfs2_remove_block_from_free_list() 1581 struct ocfs2_dir_lookup_result *lookup) in ocfs2_recalc_free_list() 1613 struct ocfs2_dir_lookup_result *lookup) in __ocfs2_add_entry() 2004 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_files_on_disk() 2031 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_lookup_ino_from_name() local 2051 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_check_dir_for_entry() local [all …]
|
D | dir.h | 73 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry()
|
/linux-4.1.27/include/linux/ |
D | btree-type.h | 37 static inline void *BTREE_FN(lookup)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in BTREE_FN() argument 81 static inline void *BTREE_FN(lookup)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in BTREE_FN() argument
|
D | of_platform.h | 79 const struct of_dev_auxdata *lookup, in of_platform_populate()
|
D | sysctl.h | 157 struct ctl_table_set *(*lookup)(struct ctl_table_root *root, member
|
D | tty_driver.h | 252 struct tty_struct * (*lookup)(struct tty_driver *driver, member
|
D | fs.h | 1625 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int); member
|
D | nfs_xdr.h | 1459 int (*lookup) (struct inode *, struct qstr *, member
|
/linux-4.1.27/drivers/dma/sh/ |
D | shdma-of.c | 46 const struct of_dev_auxdata *lookup = dev_get_platdata(&pdev->dev); in shdma_of_probe() local
|
/linux-4.1.27/net/ipv6/ |
D | fib6_rules.c | 33 int flags, pol_lookup_t lookup) in fib6_rule_lookup() 57 pol_lookup_t lookup = arg->lookup_ptr; in fib6_rule_action() local
|
D | ip6_fib.c | 256 int flags, pol_lookup_t lookup) in fib6_rule_lookup()
|
/linux-4.1.27/tools/perf/config/ |
D | utilities.mak | 144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh))) macro
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | soc_mediabus.c | 462 const struct soc_mbus_lookup *lookup, in soc_mbus_find_fmtdesc()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | clkt2xxx_virt_prcm_set.c | 235 struct clk_lookup *lookup = NULL; in omap2xxx_clkt_vps_init() local
|
/linux-4.1.27/drivers/platform/chrome/ |
D | chromeos_laptop.c | 214 struct i2c_lookup *lookup = data; in __find_i2c_adap() local 231 struct i2c_lookup lookup; in find_i2c_adapter_num() local
|
/linux-4.1.27/drivers/md/ |
D | dm-cache-policy.h | 149 int (*lookup)(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t *cblock); member
|
D | dm-cache-metadata.c | 720 static struct dm_cache_metadata *lookup(struct block_device *bdev) in lookup() function
|
/linux-4.1.27/drivers/clk/ |
D | clk-s2mps11.c | 48 struct clk_lookup *lookup; member
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-acpi.c | 395 struct acpi_gpio_lookup *lookup = data; in acpi_find_gpio() local 451 struct acpi_gpio_lookup lookup; in acpi_get_gpiod_by_index() local
|
/linux-4.1.27/arch/arm/mach-integrator/ |
D | impd1.c | 389 struct gpiod_lookup_table *lookup; in impd1_probe() local
|
/linux-4.1.27/include/net/ |
D | act_api.h | 93 int (*lookup)(struct tc_action *, u32); member
|
D | dn_fib.h | 86 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, member
|
/linux-4.1.27/net/ipv4/ |
D | inetpeer.c | 182 #define lookup(_daddr, _stack, _base) \ macro
|
/linux-4.1.27/crypto/ |
D | api.c | 503 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask) = in crypto_find_alg() local
|
/linux-4.1.27/fs/dlm/ |
D | rcom.c | 551 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 605 const struct stv0900_table *lookup, in stv0900_get_rf_level() 673 const struct stv0900_table *lookup) in stv0900_carr_get_quality()
|
/linux-4.1.27/kernel/irq/ |
D | irqdesc.c | 367 bool lookup, struct pt_regs *regs) in __handle_domain_irq()
|
/linux-4.1.27/include/crypto/ |
D | algapi.h | 31 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask); member
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk.h | 571 struct clk_lookup lookup; member
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4proc.c | 750 struct nfsd4_lookup *lookup) in nfsd4_lookup()
|
D | xdr4.h | 519 struct nfsd4_lookup lookup; member
|
D | nfs4xdr.c | 750 nfsd4_decode_lookup(struct nfsd4_compoundargs *argp, struct nfsd4_lookup *lookup) in nfsd4_decode_lookup()
|
/linux-4.1.27/drivers/parport/ |
D | parport_pc.c | 1859 static const int lookup[8] = { in programmable_irq_support() local
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_tables.h | 239 bool (*lookup)(const struct nft_set *set, member
|
/linux-4.1.27/arch/ia64/kernel/ |
D | unwind.c | 1500 lookup (struct unw_table *table, unsigned long rel_ip) in lookup() function
|
/linux-4.1.27/sound/pci/hda/ |
D | patch_ca0132.c | 2905 unsigned int *lookup, int idx) in tuning_ctl_set()
|