Home
last modified time | relevance | path

Searched +defs:target +defs:dir (Results 1 – 25 of 117) sorted by relevance

12345

/openbmc/linux/fs/crypto/
H A Dhooks.c33 struct dentry *dir; in fscrypt_file_open() local
52 int __fscrypt_prepare_link(struct inode *inode, struct inode *dir, in __fscrypt_prepare_link()
97 int __fscrypt_prepare_lookup(struct inode *dir, struct dentry *dentry, in __fscrypt_prepare_lookup()
131 int fscrypt_prepare_lookup_partial(struct inode *dir, struct dentry *dentry) in fscrypt_prepare_lookup_partial()
144 int __fscrypt_prepare_readdir(struct inode *dir) in __fscrypt_prepare_readdir()
223 int fscrypt_prepare_symlink(struct inode *dir, const char *target, in fscrypt_prepare_symlink()
268 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target, in __fscrypt_encrypt_symlink()
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/
H A Dlibsrp.c104 int srp_target_alloc(struct srp_target *target, struct device *dev, in srp_target_alloc()
130 void srp_target_free(struct srp_target *target) in srp_target_free()
138 struct iu_entry *srp_iu_get(struct srp_target *target) in srp_iu_get()
162 enum dma_data_direction dir, srp_rdma_t rdma_io, in srp_direct_data()
194 enum dma_data_direction dir, srp_rdma_t rdma_io, in srp_indirect_data()
300 enum dma_data_direction dir; in srp_transfer_data() local
338 u64 srp_data_length(struct srp_cmd *cmd, enum dma_data_direction dir) in srp_data_length()
371 int srp_get_desc_table(struct srp_cmd *srp_cmd, enum dma_data_direction *dir, in srp_get_desc_table()
/openbmc/linux/fs/configfs/
H A Dsymlink.c57 struct config_item *target, char *path) in configfs_get_target_path()
118 struct config_item **target, struct super_block *sb) in get_target()
140 int configfs_symlink(struct mnt_idmap *idmap, struct inode *dir, in configfs_symlink()
220 int configfs_unlink(struct inode *dir, struct dentry *dentry) in configfs_unlink()
H A Ddir.c362 int configfs_create_link(struct configfs_dirent *target, struct dentry *parent, in configfs_create_link()
430 static struct dentry * configfs_lookup(struct inode *dir, in configfs_lookup()
1035 struct config_item *target) in configfs_depend_prep()
1065 struct config_item *target) in configfs_do_depend_item()
1109 struct config_item *target) in configfs_depend_item()
1158 void configfs_undepend_item(struct config_item *target) in configfs_undepend_item()
1191 struct config_item *target) in configfs_depend_item_unlocked()
1254 static int configfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, in configfs_mkdir()
1438 static int configfs_rmdir(struct inode *dir, struct dentry *dentry) in configfs_rmdir()
/openbmc/linux/net/netfilter/
H A Dnf_nat_proto.c355 const struct nf_conntrack_tuple *target, in nf_nat_ipv4_manip_pkt()
383 const struct nf_conntrack_tuple *target, in nf_nat_ipv6_manip_pkt()
421 enum ip_conntrack_dir dir) in nf_nat_manip_pkt()
423 struct nf_conntrack_tuple target; in nf_nat_manip_pkt() local
568 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); in nf_nat_icmp_reply_translation() local
571 struct nf_conntrack_tuple target; in nf_nat_icmp_reply_translation() local
738 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); in nf_nat_ipv4_out() local
769 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); in nf_nat_ipv4_local_fn() local
846 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); in nf_nat_icmpv6_reply_translation() local
848 struct nf_conntrack_tuple target; in nf_nat_icmpv6_reply_translation() local
[all …]
/openbmc/linux/include/linux/
H A Dfsnotify.h30 struct inode *dir, const struct qstr *name, in fsnotify_name()
39 static inline void fsnotify_dirent(struct inode *dir, struct dentry *dentry, in fsnotify_dirent()
148 int isdir, struct inode *target, in fsnotify_move()
211 static inline void fsnotify_create(struct inode *dir, struct dentry *dentry) in fsnotify_create()
225 static inline void fsnotify_link(struct inode *dir, struct inode *inode, in fsnotify_link()
243 static inline void fsnotify_delete(struct inode *dir, struct inode *inode, in fsnotify_delete()
262 static inline void d_delete_notify(struct inode *dir, struct dentry *dentry) in d_delete_notify()
277 static inline void fsnotify_unlink(struct inode *dir, struct dentry *dentry) in fsnotify_unlink()
292 static inline void fsnotify_mkdir(struct inode *dir, struct dentry *dentry) in fsnotify_mkdir()
304 static inline void fsnotify_rmdir(struct inode *dir, struct dentry *dentry) in fsnotify_rmdir()
H A Dfscrypt.h571 static inline int fscrypt_prepare_new_inode(struct inode *dir, in fscrypt_prepare_new_inode()
595 static inline int fscrypt_setup_filename(struct inode *dir, in fscrypt_setup_filename()
691 static inline int __fscrypt_prepare_lookup(struct inode *dir, in __fscrypt_prepare_lookup()
704 static inline int __fscrypt_prepare_readdir(struct inode *dir) in __fscrypt_prepare_readdir()
722 static inline int fscrypt_prepare_symlink(struct inode *dir, in fscrypt_prepare_symlink()
723 const char *target, in fscrypt_prepare_symlink()
738 const char *target, in __fscrypt_encrypt_symlink()
893 struct inode *dir, in fscrypt_prepare_link()
958 static inline int fscrypt_prepare_lookup(struct inode *dir, in fscrypt_prepare_lookup()
985 static inline int fscrypt_prepare_readdir(struct inode *dir) in fscrypt_prepare_readdir()
[all …]
/openbmc/linux/fs/erofs/
H A Dnamei.c89 static void *erofs_find_target_block(struct erofs_buf *target, in erofs_find_target_block()
90 struct inode *dir, struct erofs_qstr *name, int *_ndirents) in erofs_find_target_block()
161 int erofs_namei(struct inode *dir, const struct qstr *name, erofs_nid_t *nid, in erofs_namei()
193 static struct dentry *erofs_lookup(struct inode *dir, struct dentry *dentry, in erofs_lookup()
/openbmc/linux/net/nfc/
H A Ddigital_dep.c64 u8 dir; member
75 u8 dir; member
87 u8 dir; member
95 u8 dir; member
101 u8 dir; member
298 struct nfc_target *target = arg; in digital_in_recv_psl_res() local
360 struct nfc_target *target) in digital_in_send_psl_req()
402 struct nfc_target *target = arg; in digital_in_recv_atr_res() local
472 struct nfc_target *target, __u8 comm_mode, __u8 *gb, in digital_in_send_atr_req()
905 struct nfc_target *target, struct sk_buff *skb, in digital_in_send_dep_req()
/openbmc/linux/arch/powerpc/sysdev/
H A Dcpm2.c135 int __init cpm2_clk_setup(enum cpm_clk_target target, int clock, int mode) in cpm2_clk_setup()
261 int __init cpm2_smc_clk_setup(enum cpm_clk_target target, int clock) in cpm2_smc_clk_setup()
314 u32 dir, par, sor, odr, dat; member
/openbmc/linux/security/
H A Dinode.c113 struct inode *dir, *inode; in securityfs_create_dentry() local
262 const char *target, in securityfs_create_symlink()
297 struct inode *dir; in securityfs_remove() local
/openbmc/linux/net/sched/
H A Dact_ct.c99 struct nf_conntrack_tuple target, in tcf_ct_flow_table_add_action_nat_ipv4()
129 struct nf_conntrack_tuple target, in tcf_ct_flow_table_add_action_nat_ipv6()
144 struct nf_conntrack_tuple target, in tcf_ct_flow_table_add_action_nat_tcp()
162 struct nf_conntrack_tuple target, in tcf_ct_flow_table_add_action_nat_udp()
179 enum ip_conntrack_dir dir, in tcf_ct_flow_table_add_action_meta()
206 enum ip_conntrack_dir dir, in tcf_ct_flow_table_add_action_nat()
210 struct nf_conntrack_tuple target; in tcf_ct_flow_table_add_action_nat() local
253 enum ip_conntrack_dir dir; in tcf_ct_flow_table_fill_actions() local
403 struct nf_conn_act_ct_ext *act_ct_ext, u8 dir) in tcf_ct_flow_tc_ifidx()
666 u8 dir; in tcf_ct_flow_table_lookup() local
/openbmc/linux/drivers/spi/
H A Dspi-bcm2835.c138 struct bcm2835_spidev *target; member
167 struct dentry *dir; in bcm2835_debugfs_create() local
670 struct bcm2835_spidev *target, in bcm2835_spi_prepare_sg()
676 enum dma_transfer_direction dir; in bcm2835_spi_prepare_sg() local
768 struct bcm2835_spidev *target, in bcm2835_spi_transfer_one_dma()
1053 struct bcm2835_spidev *target = spi_get_ctldata(spi); in bcm2835_spi_transfer_one() local
1115 struct bcm2835_spidev *target = spi_get_ctldata(spi); in bcm2835_spi_prepare_message() local
1166 struct bcm2835_spidev *target = spi_get_ctldata(spi); in bcm2835_spi_cleanup() local
1184 struct bcm2835_spidev *target) in bcm2835_spi_setup_dma()
1223 struct bcm2835_spidev *target = spi_get_ctldata(spi); in bcm2835_spi_setup() local
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_debugfs.c16 struct ieee80211_network *target; in rtl8192_usb_stats_ap_show() local
155 struct dentry *dir = debugfs_create_dir(dev->name, parent_dir); in rtl8192_debugfs_init_one() local
/openbmc/linux/fs/xfs/
H A Dxfs_iops.c81 struct inode *dir, in xfs_inode_init_security()
116 struct inode *dir, in xfs_cleanup_inode()
147 struct inode *dir, in xfs_create_need_xattr()
166 struct inode *dir, in xfs_generic_create()
259 struct inode *dir, in xfs_vn_mknod()
270 struct inode *dir, in xfs_vn_create()
290 struct inode *dir, in xfs_vn_lookup()
315 struct inode *dir, in xfs_vn_ci_lookup()
356 struct inode *dir, in xfs_vn_link()
378 struct inode *dir, in xfs_vn_unlink()
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py316 def dir(self, pnum, path): member in Disk
418 def write(self, target, expand): argument
448 def write_ptable(parts, target): argument
/openbmc/linux/fs/f2fs/
H A Dnamei.c220 struct inode *dir, umode_t mode, in f2fs_new_inode()
350 static int f2fs_create(struct mnt_idmap *idmap, struct inode *dir, in f2fs_create()
396 static int f2fs_link(struct dentry *old_dentry, struct inode *dir, in f2fs_link()
458 static int __recover_dot_dentries(struct inode *dir, nid_t pino) in __recover_dot_dentries()
603 static int f2fs_unlink(struct inode *dir, struct dentry *dentry) in f2fs_unlink()
756 static int f2fs_mkdir(struct mnt_idmap *idmap, struct inode *dir, in f2fs_mkdir()
802 static int f2fs_rmdir(struct inode *dir, struct dentry *dentry) in f2fs_rmdir()
811 static int f2fs_mknod(struct mnt_idmap *idmap, struct inode *dir, in f2fs_mknod()
941 struct inode *dir, struct inode **whiteout, in f2fs_create_whiteout()
948 int f2fs_get_tmpfile(struct mnt_idmap *idmap, struct inode *dir, in f2fs_get_tmpfile()
[all …]
/openbmc/linux/arch/arm/kernel/
H A Dptrace.c544 static int gpr_get(struct task_struct *target, in gpr_get()
551 static int gpr_set(struct task_struct *target, in gpr_set()
572 static int fpa_get(struct task_struct *target, in fpa_get()
580 static int fpa_set(struct task_struct *target, in fpa_set()
611 static int vfp_get(struct task_struct *target, in vfp_get()
631 static int vfp_set(struct task_struct *target, in vfp_set()
830 static void report_syscall(struct pt_regs *regs, enum ptrace_syscall_dir dir) in report_syscall()
/openbmc/linux/fs/9p/
H A Dvfs_inode_dotl.c222 v9fs_vfs_create_dotl(struct mnt_idmap *idmap, struct inode *dir, in v9fs_vfs_create_dotl()
229 v9fs_vfs_atomic_open_dotl(struct inode *dir, struct dentry *dentry, in v9fs_vfs_atomic_open_dotl()
356 struct inode *dir, struct dentry *dentry, in v9fs_vfs_mkdir_dotl()
702 v9fs_vfs_symlink_dotl(struct mnt_idmap *idmap, struct inode *dir, in v9fs_vfs_symlink_dotl()
782 v9fs_vfs_link_dotl(struct dentry *old_dentry, struct inode *dir, in v9fs_vfs_link_dotl()
840 v9fs_vfs_mknod_dotl(struct mnt_idmap *idmap, struct inode *dir, in v9fs_vfs_mknod_dotl()
936 char *target; in v9fs_vfs_get_link_dotl() local
/openbmc/linux/kernel/bpf/
H A Dinode.c102 const struct inode *dir, in bpf_get_inode()
145 struct inode *dir) in bpf_dentry_finalize()
153 static int bpf_mkdir(struct mnt_idmap *idmap, struct inode *dir, in bpf_mkdir()
333 struct inode *dir = dentry->d_parent->d_inode; in bpf_mkobj_ops() local
371 bpf_lookup(struct inode *dir, struct dentry *dentry, unsigned flags) in bpf_lookup()
383 static int bpf_symlink(struct mnt_idmap *idmap, struct inode *dir, in bpf_symlink()
384 struct dentry *dentry, const char *target) in bpf_symlink()
440 struct inode *dir; in bpf_obj_do_pin() local
/openbmc/linux/drivers/scsi/
H A Dqla1280.c813 int bus, target, lun; in qla1280_error_action() local
1176 int target = device->id; in qla1280_slave_configure() local
1234 int bus, target; in qla1280_done() local
2009 int bus, target; in qla1280_set_defaults() local
2122 int target, status; in qla1280_config_bus() local
2154 int bus, target, status = 0; in qla1280_nvram_config() local
2597 qla1280_device_reset(struct scsi_qla_host *ha, int bus, int target) in qla1280_device_reset()
2634 unsigned int bus, target, lun; in qla1280_abort_command() local
2744 u8 dir; in qla1280_64bit_start_scsi() local
2997 u8 dir; in qla1280_32bit_start_scsi() local
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py175 def relsymlink(target, name, force=False): argument
178 def find(dir, **walkoptions): argument
/openbmc/linux/arch/arm64/kernel/
H A Dptrace.c554 static int gpr_get(struct task_struct *target, in gpr_get()
726 struct task_struct *target, in sve_init_header_from_task()
830 static int sve_get(struct task_struct *target, in sve_get()
977 static int sve_set(struct task_struct *target, in sve_set()
993 static int ssve_get(struct task_struct *target, in ssve_get()
1003 static int ssve_set(struct task_struct *target, in ssve_set()
1015 static int za_get(struct task_struct *target, in za_get()
1064 static int za_set(struct task_struct *target, in za_set()
1149 static int zt_get(struct task_struct *target, in zt_get()
1169 static int zt_set(struct task_struct *target, in zt_set()
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_event.c244 uint8_t target, lun, channel; in ipmi_event_fromsensor() local
300 int dir = 0; in ipmi_event_fromsensor() local
/openbmc/linux/fs/ext4/
H A Dnamei.c780 struct dx_entry *target, in htree_rep_invariant_check()
794 struct dx_entry *target, in htree_rep_invariant_check()
1071 struct inode *dir, ext4_lblk_t block, in htree_dirblock_to_tree()
1189 struct inode *dir; in ext4_htree_fill_tree() local
1295 struct inode *dir, in search_dirblock()
2131 void ext4_insert_dentry(struct inode *dir, in ext4_insert_dentry()
2172 struct inode *dir, in add_dirent_to_buf()
2273 struct inode *dir, in make_indexed_dir()
2423 struct inode *dir = d_inode(dentry->d_parent); in ext4_add_entry() local
2762 struct inode *dir, in ext4_delete_entry()
[all …]

12345