Searched defs:dir (Results 26 - 50 of 1499) sorted by last modified time

1234567891011>>

/linux-master/
H A DMakefile[all...]
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c1116 set_beep_amp(struct alc_spec *spec, hda_nid_t nid, int idx, int dir) argument
/linux-master/net/netfilter/
H A Dnf_flow_table_ip.c368 enum flow_offload_tuple_dir dir; local
76 nf_flow_snat_ip(const struct flow_offload *flow, struct sk_buff *skb, struct iphdr *iph, unsigned int thoff, enum flow_offload_tuple_dir dir) argument
99 nf_flow_dnat_ip(const struct flow_offload *flow, struct sk_buff *skb, struct iphdr *iph, unsigned int thoff, enum flow_offload_tuple_dir dir) argument
122 nf_flow_nat_ip(const struct flow_offload *flow, struct sk_buff *skb, unsigned int thoff, enum flow_offload_tuple_dir dir, struct iphdr *iph) argument
416 enum flow_offload_tuple_dir dir; local
513 nf_flow_snat_ipv6(const struct flow_offload *flow, struct sk_buff *skb, struct ipv6hdr *ip6h, unsigned int thoff, enum flow_offload_tuple_dir dir) argument
536 nf_flow_dnat_ipv6(const struct flow_offload *flow, struct sk_buff *skb, struct ipv6hdr *ip6h, unsigned int thoff, enum flow_offload_tuple_dir dir) argument
559 nf_flow_nat_ipv6(const struct flow_offload *flow, struct sk_buff *skb, enum flow_offload_tuple_dir dir, struct ipv6hdr *ip6h) argument
647 enum flow_offload_tuple_dir dir; local
711 enum flow_offload_tuple_dir dir; local
[all...]
H A Dnf_flow_table_inet.c42 nf_flow_rule_route_inet(struct net *net, struct flow_offload *flow, enum flow_offload_tuple_dir dir, struct nf_flow_rule *flow_rule) argument
/linux-master/net/bridge/
H A Dbr_private.h1464 br_multicast_count(struct net_bridge *br, const struct net_bridge_port *p, const struct sk_buff *skb, u8 type, u8 dir) argument
/linux-master/mm/
H A Dshmem.c3263 shmem_mknod(struct mnt_idmap *idmap, struct inode *dir, argument
2489 __shmem_get_inode(struct mnt_idmap *idmap, struct super_block *sb, struct inode *dir, umode_t mode, dev_t dev, unsigned long flags) argument
2568 shmem_get_inode(struct mnt_idmap *idmap, struct super_block *sb, struct inode *dir, umode_t mode, dev_t dev, unsigned long flags) argument
2596 shmem_get_inode(struct mnt_idmap *idmap, struct super_block *sb, struct inode *dir, umode_t mode, dev_t dev, unsigned long flags) argument
3298 shmem_tmpfile(struct mnt_idmap *idmap, struct inode *dir, struct file *file, umode_t mode) argument
3325 shmem_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
3337 shmem_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
3346 shmem_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
3384 shmem_unlink(struct inode *dir, struct dentry *dentry) argument
3402 shmem_rmdir(struct inode *dir, struct dentry *dentry) argument
3494 shmem_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *symname) argument
4820 shmem_get_inode(struct mnt_idmap *idmap, struct super_block *sb, struct inode *dir, umode_t mode, dev_t dev, unsigned long flags) argument
[all...]
H A Dpage_owner.c962 struct dentry *dir; local
/linux-master/include/net/netfilter/
H A Dnf_flow_table.h136 u8 dir:2, member in struct:flow_offload_tuple
/linux-master/fs/nilfs2/
H A Ddir.c92 struct inode *dir = mapping->host; local
111 struct inode *dir = folio->mapping->host; local
181 nilfs_get_folio(struct inode *dir, unsigned long n, struct folio **foliop) argument
323 nilfs_find_entry(struct inode *dir, const struct qstr *qstr, struct folio **foliop) argument
379 nilfs_dotdot(struct inode *dir, struct folio **foliop) argument
388 nilfs_inode_by_name(struct inode *dir, const struct qstr *qstr) argument
402 nilfs_set_link(struct inode *dir, struct nilfs_dir_entry *de, struct folio *folio, struct inode *inode) argument
424 struct inode *dir = d_inode(dentry->d_parent); local
518 nilfs_delete_entry(struct nilfs_dir_entry *dir, struct folio *folio) argument
[all...]
/linux-master/fs/fuse/
H A Ddir.c30 static void fuse_advise_use_readdirplus(struct inode *dir) argument
132 static void fuse_dir_changed(struct inode *dir) argument
415 static struct dentry *fuse_lookup(struct inode *dir, struct dentry *entry, argument
548 get_create_supp_group(struct inode *dir, struct fuse_in_arg *ext) argument
575 get_create_ext(struct fuse_args *args, struct inode *dir, struct dentry *dentry, umode_t mode) argument
612 fuse_create_open(struct inode *dir, struct dentry *entry, struct file *file, unsigned int flags, umode_t mode, u32 opcode) argument
727 fuse_atomic_open(struct inode *dir, struct dentry *entry, struct file *file, unsigned flags, umode_t mode) argument
777 create_new_entry(struct fuse_mount *fm, struct fuse_args *args, struct inode *dir, struct dentry *entry, umode_t mode) argument
847 fuse_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *entry, umode_t mode, dev_t rdev) argument
870 fuse_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *entry, umode_t mode, bool excl) argument
876 fuse_tmpfile(struct mnt_idmap *idmap, struct inode *dir, struct file *file, umode_t mode) argument
893 fuse_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *entry, umode_t mode) argument
915 fuse_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *entry, const char *link) argument
976 fuse_unlink(struct inode *dir, struct dentry *entry) argument
999 fuse_rmdir(struct inode *dir, struct dentry *entry) argument
1353 struct dentry *dir; local
[all...]
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2862 static int stmmac_napi_check(struct stmmac_priv *priv, u32 chan, u32 dir) argument
H A Ddwmac-sun8i.c439 sun8i_dwmac_dma_interrupt(struct stmmac_priv *priv, void __iomem *ioaddr, struct stmmac_extra_stats *x, u32 chan, u32 dir) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c53 vmw_prime_map_dma_buf(struct dma_buf_attachment *attach, enum dma_data_direction dir) argument
59 vmw_prime_unmap_dma_buf(struct dma_buf_attachment *attach, struct sg_table *sgb, enum dma_data_direction dir) argument
/linux-master/kernel/dma/
H A Dswiotlb.c857 swiotlb_bounce(struct device *dev, phys_addr_t tlb_addr, size_t size, enum dma_data_direction dir) argument
1343 swiotlb_tbl_map_single(struct device *dev, phys_addr_t orig_addr, size_t mapping_size, size_t alloc_size, unsigned int alloc_align_mask, enum dma_data_direction dir, unsigned long attrs) argument
1500 swiotlb_tbl_unmap_single(struct device *dev, phys_addr_t tlb_addr, size_t mapping_size, enum dma_data_direction dir, unsigned long attrs) argument
1516 swiotlb_sync_single_for_device(struct device *dev, phys_addr_t tlb_addr, size_t size, enum dma_data_direction dir) argument
1525 swiotlb_sync_single_for_cpu(struct device *dev, phys_addr_t tlb_addr, size_t size, enum dma_data_direction dir) argument
1538 swiotlb_map(struct device *dev, phys_addr_t paddr, size_t size, enum dma_data_direction dir, unsigned long attrs) argument
[all...]
/linux-master/fs/zonefs/
H A Dsuper.c623 static struct inode *zonefs_get_file_inode(struct inode *dir, argument
705 static struct inode *zonefs_get_dir_inode(struct inode *dir, argument
731 static struct dentry *zonefs_lookup(struct inode *dir, struct dentry *dentry, argument
[all...]
/linux-master/fs/smb/client/
H A Dinode.c1731 int cifs_unlink(struct inode *dir, struct dentry *dentry) argument
[all...]
H A Dcached_dir.c78 struct inode *dir = d_inode(dentry); local
/linux-master/fs/ceph/
H A Dmds_client.c1163 __register_request(struct ceph_mds_client *mdsc, struct ceph_mds_request *req, struct inode *dir) argument
1328 struct inode *dir; local
2535 ceph_alloc_readdir_reply_buffer(struct ceph_mds_request *req, struct inode *dir) argument
2630 struct inode *dir = req->r_parent; local
2826 build_dentry_path(struct ceph_mds_client *mdsc, struct dentry *dentry, struct inode *dir, const char **ppath, int *ppathlen, u64 *pino, bool *pfreepath, bool parent_locked) argument
3644 ceph_mdsc_submit_request(struct ceph_mds_client *mdsc, struct inode *dir, struct ceph_mds_request *req) argument
3747 ceph_mdsc_do_request(struct ceph_mds_client *mdsc, struct inode *dir, struct ceph_mds_request *req) argument
3770 struct inode *dir = req->r_parent; local
5199 struct inode *dir; local
[all...]
H A Dcaps.c4904 ceph_encode_dentry_release(void **p, struct dentry *dentry, struct inode *dir, int mds, int drop, int unless) argument
[all...]
/linux-master/drivers/iommu/intel/
H A Diommu.c764 struct pasid_dir_entry *dir, *pde; local
/linux-master/drivers/ata/
H A Dlibata-core.c4712 int dir = qc->dma_dir; local
/linux-master/block/
H A Dblk-core.c504 struct dentry *dir = fault_create_debugfs_attr("fail_make_request", local
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c568 DIR *dir; local
959 DIR *dir; local
[all...]
/linux-master/net/ipv6/
H A Dip6_fib.c758 __be32 dir = 0; local
1565 __be32 dir; local
/linux-master/kernel/trace/
H A Dtrace_events.c956 static void __get_system_dir(struct trace_subsystem_dir *dir) argument
963 static void __put_system_dir(struct trace_subsystem_dir *dir) argument
974 put_system(struct trace_subsystem_dir *dir) argument
981 remove_subsystem(struct trace_subsystem_dir *dir) argument
1453 struct trace_subsystem_dir *dir = filp->private_data; local
1499 struct trace_subsystem_dir *dir = filp->private_data; local
1757 struct trace_subsystem_dir *dir = NULL, *iter_dir; local
1806 struct trace_subsystem_dir *dir; local
1828 struct trace_subsystem_dir *dir = file->private_data; local
1849 struct trace_subsystem_dir *dir = filp->private_data; local
1876 struct trace_subsystem_dir *dir = filp->private_data; local
2364 struct trace_subsystem_dir *dir; local
4186 struct trace_subsystem_dir *dir; local
[all...]

Completed in 706 milliseconds

1234567891011>>