Searched refs:self (Results 1 – 13 of 13) sorted by relevance
/fs/proc/ |
D | self.c | 56 struct dentry *self; in proc_setup_self() local 59 self = d_alloc_name(s->s_root, "self"); in proc_setup_self() 60 if (self) { in proc_setup_self() 69 d_add(self, inode); in proc_setup_self() 71 dput(self); in proc_setup_self() 72 self = ERR_PTR(-ENOMEM); in proc_setup_self() 75 self = ERR_PTR(-ENOMEM); in proc_setup_self() 78 if (IS_ERR(self)) { in proc_setup_self() 80 return PTR_ERR(self); in proc_setup_self() 82 ns->proc_self = self; in proc_setup_self()
|
D | Makefile | 25 proc-y += self.o
|
D | kcore.c | 571 static int __meminit kcore_callback(struct notifier_block *self, in kcore_callback() argument
|
/fs/hpfs/ |
D | dnode.c | 17 if (de == fde) return ((loff_t) le32_to_cpu(d->self) << 4) | (loff_t)i; in get_pos() 21 return ((loff_t)le32_to_cpu(d->self) << 4) | (loff_t)1; in get_pos() 140 hpfs_error(s, "set_last_pointer: empty dnode %08x", le32_to_cpu(d->self)); in set_last_pointer() 146 le32_to_cpu(d->self), de_down_pointer(de)); in set_last_pointer() 150 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", le32_to_cpu(d->self)); in set_last_pointer() 157 hpfs_error(s, "set_last_pointer: too long dnode %08x", le32_to_cpu(d->self)); in set_last_pointer() 179 hpfs_error(s, "name (%c,%d) already exists in dnode %08x", *name, namelen, le32_to_cpu(d->self)); in hpfs_add_de() 204 hpfs_error(s, "attempt to delete last dirent in dnode %08x", le32_to_cpu(d->self)); in hpfs_delete_de() 215 dnode_secno dno = le32_to_cpu(d->self); in fix_up_ptrs()
|
D | map.c | 230 if (le32_to_cpu(anode->self) != ano) { in hpfs_map_anode() 275 if (le32_to_cpu(dnode->self) != secno) in hpfs_map_dnode() 276 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, le32_to_cpu(dnode->self)); in hpfs_map_dnode()
|
D | hpfs.h | 298 __le32 self; /* pointer to this dnode */ member 493 __le32 self; /* pointer to this anode */ member
|
D | alloc.c | 449 d->self = cpu_to_le32(*dno); in hpfs_alloc_dnode() 481 a->self = cpu_to_le32(*ano); in hpfs_alloc_anode()
|
/fs/omfs/ |
D | dir.c | 337 u64 self; in omfs_fill_chain() local 349 self = fsblock; in omfs_fill_chain() 363 self, d_type)) { in omfs_fill_chain()
|
/fs/jfs/ |
D | jfs_dtree.c | 1018 pxd = &sp->header.self; in dtSplitUp() 1389 rp->header.self = *pxd; in dtSplitPage() 1412 rp->header.prev = cpu_to_le64(addressPXD(&sp->header.self)); in dtSplitPage() 1685 tpxd = &sp->header.self; in dtExtendPage() 1699 pxdlock->pxd = sp->header.self; in dtExtendPage() 1725 sp->header.self = *pxd; in dtExtendPage() 1936 rp->header.self = *pxd; in dtSplitRoot() 2281 pxdlock->pxd = fp->header.self; in dtDeleteUp() 2290 xlen = lengthPXD(&fp->header.self); in dtDeleteUp() 2357 pxdlock->pxd = p->header.self; in dtDeleteUp() [all …]
|
D | jfs_xtree.h | 95 pxd_t self; /* 8: self */ member
|
D | jfs_dtree.h | 207 pxd_t self; /* 8: self pxd */ member
|
D | jfs_xtree.c | 1012 rp->header.self = *pxd; in xtSplitPage() 1038 rp->header.prev = cpu_to_le64(addressPXD(&sp->header.self)); in xtSplitPage() 1274 rp->header.self = *pxd; in xtSplitRoot() 2445 xaddr = addressPXD(&fp->header.self); in xtDeleteUp() 2446 xlen = lengthPXD(&fp->header.self); in xtDeleteUp() 2493 xaddr = addressPXD(&p->header.self); in xtDeleteUp() 2798 pxd = &p->header.self; in xtRelocate()
|
/fs/ |
D | buffer.c | 3368 static int buffer_cpu_notify(struct notifier_block *self, in buffer_cpu_notify() argument
|