Searched refs:self (Results 1 – 13 of 13) sorted by relevance
/fs/proc/ |
D | self.c | 47 struct dentry *self; in proc_setup_self() local 51 self = d_alloc_name(s->s_root, "self"); in proc_setup_self() 52 if (self) { in proc_setup_self() 61 d_add(self, inode); in proc_setup_self() 64 dput(self); in proc_setup_self() 72 ns->proc_self = self; in proc_setup_self()
|
D | Makefile | 28 proc-y += self.o
|
D | kcore.c | 583 static int __meminit kcore_callback(struct notifier_block *self, in kcore_callback() argument
|
/fs/btrfs/ |
D | async-thread.c | 223 struct btrfs_work *self) in run_ordered_work() argument 265 if (work == self) { in run_ordered_work() 303 wtag = self; in run_ordered_work() 304 self->ordered_free(self); in run_ordered_work()
|
/fs/hpfs/ |
D | dnode.c | 18 if (de == fde) return ((loff_t) le32_to_cpu(d->self) << 4) | (loff_t)i; in get_pos() 22 return ((loff_t)le32_to_cpu(d->self) << 4) | (loff_t)1; in get_pos() 144 hpfs_error(s, "set_last_pointer: empty dnode %08x", le32_to_cpu(d->self)); in set_last_pointer() 150 le32_to_cpu(d->self), de_down_pointer(de)); in set_last_pointer() 154 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", le32_to_cpu(d->self)); in set_last_pointer() 161 hpfs_error(s, "set_last_pointer: too long dnode %08x", le32_to_cpu(d->self)); in set_last_pointer() 183 hpfs_error(s, "name (%c,%d) already exists in dnode %08x", *name, namelen, le32_to_cpu(d->self)); in hpfs_add_de() 208 hpfs_error(s, "attempt to delete last dirent in dnode %08x", le32_to_cpu(d->self)); in hpfs_delete_de() 219 dnode_secno dno = le32_to_cpu(d->self); in fix_up_ptrs()
|
D | map.c | 231 if (le32_to_cpu(anode->self) != ano) { in hpfs_map_anode() 276 if (le32_to_cpu(dnode->self) != secno) in hpfs_map_dnode() 277 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, le32_to_cpu(dnode->self)); in hpfs_map_dnode()
|
D | hpfs.h | 299 __le32 self; /* pointer to this dnode */ member 494 __le32 self; /* pointer to this anode */ member
|
D | alloc.c | 450 d->self = cpu_to_le32(*dno); in hpfs_alloc_dnode() 482 a->self = cpu_to_le32(*ano); in hpfs_alloc_anode()
|
/fs/omfs/ |
D | dir.c | 336 u64 self; in omfs_fill_chain() local 348 self = fsblock; in omfs_fill_chain() 362 self, d_type)) { in omfs_fill_chain()
|
/fs/jfs/ |
D | jfs_dtree.c | 1011 pxd = &sp->header.self; in dtSplitUp() 1382 rp->header.self = *pxd; in dtSplitPage() 1405 rp->header.prev = cpu_to_le64(addressPXD(&sp->header.self)); in dtSplitPage() 1678 tpxd = &sp->header.self; in dtExtendPage() 1692 pxdlock->pxd = sp->header.self; in dtExtendPage() 1718 sp->header.self = *pxd; in dtExtendPage() 1929 rp->header.self = *pxd; in dtSplitRoot() 2274 pxdlock->pxd = fp->header.self; in dtDeleteUp() 2283 xlen = lengthPXD(&fp->header.self); in dtDeleteUp() 2350 pxdlock->pxd = p->header.self; in dtDeleteUp() [all …]
|
D | jfs_xtree.h | 82 pxd_t self; /* 8: self */ member
|
D | jfs_dtree.h | 194 pxd_t self; /* 8: self pxd */ member
|
D | jfs_xtree.c | 999 rp->header.self = *pxd; in xtSplitPage() 1025 rp->header.prev = cpu_to_le64(addressPXD(&sp->header.self)); in xtSplitPage() 1261 rp->header.self = *pxd; in xtSplitRoot() 2432 xaddr = addressPXD(&fp->header.self); in xtDeleteUp() 2433 xlen = lengthPXD(&fp->header.self); in xtDeleteUp() 2480 xaddr = addressPXD(&p->header.self); in xtDeleteUp() 2785 pxd = &p->header.self; in xtRelocate()
|