Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 109) sorted by relevance

12345

/linux-2.4.37.9/Documentation/networking/
Dpolicy-routing.txt15 REJECT - abort route lookup and return an error value.
16 THROW - abort route lookup in this class.
41 RTP_ROUTE - lookup in attached class
42 RTP_NAT - lookup in attached class and if a match is found,
44 RTP_MASQUERADE - lookup in attached class and if a match is found,
/linux-2.4.37.9/net/ipv4/
Dinetpeer.c156 #define lookup(daddr) \ macro
292 if (lookup(p->v4daddr) != p) in unlink_from_pool()
378 p = lookup(daddr); in inet_getpeer()
404 p = lookup(daddr); in inet_getpeer()
/linux-2.4.37.9/fs/hfs/
Ddir_cap.c68 lookup: cap_lookup,
77 lookup: cap_lookup,
83 lookup: cap_lookup,
Ddir_nat.c73 lookup: nat_lookup,
83 lookup: nat_lookup,
/linux-2.4.37.9/fs/intermezzo/
Dmethods.c336 if (cache_iops->lookup && filter_iops->lookup) in filter_setup_dir_ops()
337 cache_filter_iops->lookup = filter_iops->lookup; in filter_setup_dir_ops()
/linux-2.4.37.9/fs/autofs/
Ddir.c27 lookup: autofs_dir_lookup,
/linux-2.4.37.9/Documentation/fb/
Dinternals.txt64 The whole pixel value is fed through a programmable lookup table that has one
77 are looked up in separate red, green, and blue lookup tables.
/linux-2.4.37.9/net/sched/
Dcls_tcindex.c74 static struct tcindex_filter_result *lookup(struct tcindex_data *p,__u16 key) in lookup() function
98 f = lookup(p,(skb->tc_index & p->mask) >> p->shift); in tcindex_classify()
131 r = lookup(PRIV(tp),handle); in tcindex_get()
317 r = lookup(p,handle); in tcindex_change()
/linux-2.4.37.9/include/linux/
Dcoda_proc.h52 int lookup; member
/linux-2.4.37.9/fs/sysv/
DChangeLog19 Implement per-Inode lookup offset cache.
/linux-2.4.37.9/fs/qnx4/
Ddir.c90 lookup: qnx4_lookup,
/linux-2.4.37.9/fs/proc/
Droot.c120 lookup: proc_root_lookup,
/linux-2.4.37.9/fs/efs/
Ddir.c17 lookup: efs_lookup,
/linux-2.4.37.9/fs/umsdos/
DREADME-WIP.txt26 + lookup - works
45 + lookup - works
Drdir.c237 lookup: UMSDOS_rlookup,
/linux-2.4.37.9/fs/devpts/
Droot.c29 lookup: devpts_root_lookup,
/linux-2.4.37.9/Documentation/filesystems/
Dvfs.txt47 fast lookup mechanism to translate a pathname (filename) into a
67 To lookup an inode (usually read from disc) requires that the VFS
68 calls the lookup() method of the parent directory inode. This method
241 int (*lookup) (struct inode *,struct dentry *);
275 lookup: called when the VFS needs to lookup an inode in a parent
414 is called whenever a name lookup finds a dentry in the
/linux-2.4.37.9/fs/nfs/
Ddir.c60 lookup: nfs_lookup,
508 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, &fhandle, &fattr); in nfs_lookup_revalidate()
596 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, &fhandle, &fattr); in nfs_lookup()
625 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr); in nfs_instantiate()
/linux-2.4.37.9/Documentation/filesystems/devfs/
Dboot-options45 dilookup print inode lookup requests
/linux-2.4.37.9/fs/affs/
Ddir.c39 lookup: affs_lookup,
/linux-2.4.37.9/fs/autofs4/
Droot.c40 lookup: autofs4_root_lookup,
48 lookup: autofs4_dir_lookup,
/linux-2.4.37.9/fs/
Dbad_inode.c181 lookup: bad_inode_lookup,
/linux-2.4.37.9/Documentation/parisc/
Ddebugging10 address you can lookup in System.map, add __PAGE_OFFSET (0xc0000000
/linux-2.4.37.9/net/decnet/
DTODO31 o Test route lookup
/linux-2.4.37.9/include/net/
Ddn_fib.h109 int (*lookup)(struct dn_fib_table *t, const struct dn_fib_key *key, member

12345