Searched defs:dir (Results 76 - 100 of 1499) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpio/
H A Dgpiolib.c3634 int dir = gpiod_get_direction(desc); local
/linux-master/drivers/firewire/
H A Dohci.c516 log_ar_at_event(struct fw_ohci *ohci, char dir, int speed, u32 *header, int evt) argument
/linux-master/drivers/base/
H A Dcore.c3231 struct class_dir *dir = to_class_dir(kobj); local
3238 const struct class_dir *dir = to_class_dir(kobj); local
3251 struct class_dir *dir; local
[all...]
/linux-master/arch/x86/kernel/
H A Dcallthunks.c385 struct dentry *dir; local
/linux-master/arch/arm64/kernel/
H A Dptrace.c2187 static void report_syscall(struct pt_regs *regs, enum ptrace_syscall_dir dir) argument
/linux-master/security/selinux/
H A Dselinuxfs.c1580 static int sel_make_avc_files(struct dentry *dir) argument
1616 static int sel_make_ss_files(struct dentry *dir) argument
1669 static int sel_make_initcon_files(struct dentry *dir) argument
1765 sel_make_perm_files(struct selinux_policy *newpolicy, char *objclass, int classvalue, struct dentry *dir) argument
1806 sel_make_class_dir_entries(struct selinux_policy *newpolicy, char *classname, int index, struct dentry *dir) argument
1905 sel_make_dir(struct dentry *dir, const char *name, unsigned long *ino) argument
[all...]
/linux-master/security/
H A Dsecurity.c1704 int security_inode_init_security(struct inode *inode, struct inode *dir, argument
1786 int security_path_mknod(const struct path *dir, struct dentry *dentry, argument
1819 int security_path_mkdir(const struct path *dir, struct dentry *dentry, argument
1837 security_path_rmdir(const struct path *dir, struct dentry *dentry) argument
1853 security_path_unlink(const struct path *dir, struct dentry *dentry) argument
1871 security_path_symlink(const struct path *dir, struct dentry *dentry, const char *old_name) argument
1999 security_inode_create(struct inode *dir, struct dentry *dentry, umode_t mode) argument
2033 security_inode_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry) argument
2050 security_inode_unlink(struct inode *dir, struct dentry *dentry) argument
2067 security_inode_symlink(struct inode *dir, struct dentry *dentry, const char *old_name) argument
2086 security_inode_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) argument
2103 security_inode_rmdir(struct inode *dir, struct dentry *dentry) argument
2124 security_inode_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) argument
[all...]
/linux-master/fs/
H A Dnamei.c1594 struct inode *dir = base->d_inode; local
1564 lookup_dcache(const struct qstr *name, struct dentry *dir, unsigned int flags) argument
1665 __lookup_slow(const struct qstr *name, struct dentry *dir, unsigned int flags) argument
1702 lookup_slow(const struct qstr *name, struct dentry *dir, unsigned int flags) argument
2928 __check_sticky(struct mnt_idmap *idmap, struct inode *dir, struct inode *inode) argument
2961 may_delete(struct mnt_idmap *idmap, struct inode *dir, struct dentry *victim, bool isdir) argument
3013 may_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *child) argument
3150 vfs_prepare_mode(struct mnt_idmap *idmap, const struct inode *dir, umode_t mode, umode_t mask_perms, umode_t type) argument
3183 vfs_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool want_excl) argument
3210 struct inode *dir = dentry->d_parent->d_inode; local
3315 may_o_create(struct mnt_idmap *idmap, const struct path *dir, struct dentry *dentry, umode_t mode) argument
3352 struct inode *dir = nd->path.dentry->d_inode; local
3407 struct dentry *dir = nd->path.dentry; local
3516 struct dentry *dir = nd->path.dentry; local
3676 struct inode *dir = d_inode(parentpath->dentry); local
3976 vfs_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) argument
4102 vfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
4183 vfs_rmdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry) argument
4312 vfs_unlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, struct inode **delegated_inode) argument
4465 vfs_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *oldname) argument
4557 vfs_link(struct dentry *old_dentry, struct mnt_idmap *idmap, struct inode *dir, struct dentry *new_dentry, struct inode **delegated_inode) argument
[all...]
/linux-master/include/linux/
H A Dinterrupt.h134 struct proc_dir_entry *dir; member in struct:irqaction
H A Dskbuff.h3623 skb_frag_dma_map(struct device *dev, const skb_frag_t *frag, size_t offset, size_t size, enum dma_data_direction dir) argument
H A Dthunderbolt.h138 struct tb_property_dir *dir; member in union:tb_property::__anon455
[all...]
H A Dsysfs.h679 static inline void sysfs_notify(struct kobject *kobj, const char *dir, argument
/linux-master/drivers/usb/typec/
H A Dclass.c294 char dir[6]; local
/linux-master/drivers/usb/storage/
H A Duas.c442 uas_alloc_data_urb(struct uas_dev_info *devinfo, gfp_t gfp, struct scsi_cmnd *cmnd, enum dma_data_direction dir) argument
/linux-master/drivers/usb/dwc3/
H A Dgadget.c144 unsigned int dir; local
/linux-master/drivers/usb/dwc2/
H A Dgadget.c1579 int dir = (windex & USB_DIR_IN) ? 1 : 0; local
4802 char *dir; local
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h638 enum nvmefc_fcp_datadir dir; member in struct:srb_iocb::__anon127::__anon135
/linux-master/tools/lib/bpf/
H A Dlibbpf.c8457 char *dname, *dir; local
8480 char *dname, *dir; local
/linux-master/sound/hda/
H A Dintel-nhlt.c272 nhlt_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt, u32 bus_id, u8 link_type, u8 dir, u8 dev_type) argument
290 intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt, u32 bus_id, u8 link_type, u8 vbps, u8 bps, u8 num_ch, u32 rate, u8 dir, u8 dev_type) argument
/linux-master/include/sound/
H A Dintel-nhlt.h183 intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt, u32 bus_id, u8 link_type, u8 vbps, u8 bps, u8 num_ch, u32 rate, u8 dir, u8 dev_type) argument
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c162 v9fs_vfs_create_dotl(struct mnt_idmap *idmap, struct inode *dir, argument
169 v9fs_vfs_atomic_open_dotl(struct inode *dir, struct dentry *dentry, argument
295 v9fs_vfs_mkdir_dotl(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t omode) argument
628 v9fs_vfs_symlink_dotl(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *symname) argument
675 v9fs_vfs_link_dotl(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
733 v9fs_vfs_mknod_dotl(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t omode, dev_t rdev) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs-vif.c798 iwl_mvm_link_add_debugfs(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *link_conf, struct dentry *dir) argument
/linux-master/drivers/iommu/
H A Ddma-iommu.c743 static int dma_info_to_prot(enum dma_data_direction dir, bool coherent, argument
604 dev_use_swiotlb(struct device *dev, size_t size, enum dma_data_direction dir) argument
612 dev_use_sg_swiotlb(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir) argument
1044 iommu_dma_alloc_noncontiguous(struct device *dev, size_t size, enum dma_data_direction dir, gfp_t gfp, unsigned long attrs) argument
1063 iommu_dma_free_noncontiguous(struct device *dev, size_t size, struct sg_table *sgt, enum dma_data_direction dir) argument
1074 iommu_dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size, enum dma_data_direction dir) argument
1090 iommu_dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, enum dma_data_direction dir) argument
1106 iommu_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl, int nelems, enum dma_data_direction dir) argument
1122 iommu_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sgl, int nelems, enum dma_data_direction dir) argument
1139 iommu_dma_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, unsigned long attrs) argument
1196 iommu_dma_unmap_page(struct device *dev, dma_addr_t dma_handle, size_t size, enum dma_data_direction dir, unsigned long attrs) argument
1309 iommu_dma_unmap_sg_swiotlb(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir, unsigned long attrs) argument
1320 iommu_dma_map_sg_swiotlb(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir, unsigned long attrs) argument
1350 iommu_dma_map_sg(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir, unsigned long attrs) argument
1470 iommu_dma_unmap_sg(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir, unsigned long attrs) argument
1520 iommu_dma_map_resource(struct device *dev, phys_addr_t phys, size_t size, enum dma_data_direction dir, unsigned long attrs) argument
1528 iommu_dma_unmap_resource(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir, unsigned long attrs) argument
[all...]
/linux-master/sound/soc/codecs/
H A Dtlv320adc3xxx.c1232 adc3xxx_set_dai_sysclk(struct snd_soc_dai *codec_dai, int clk_id, unsigned int freq, int dir) argument
/linux-master/net/xfrm/
H A Dxfrm_device.c340 xfrm_dev_policy_add(struct net *net, struct xfrm_policy *xp, struct xfrm_user_offload *xuo, u8 dir, struct netlink_ext_ack *extack) argument
[all...]

Completed in 837 milliseconds

1234567891011>>