Searched refs:self (Results 1 – 11 of 11) sorted by relevance
/fs/hpfs/ |
D | hpfs.h | 267 dnode_secno self; /* pointer to this dnode */ member 434 anode_secno self; /* pointer to this anode */ member
|
D | map.c | 181 if (anode->magic != ANODE_MAGIC || anode->self != ano) { in hpfs_map_anode() 226 if (dnode->self != secno) in hpfs_map_dnode() 227 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, dnode->self); in hpfs_map_dnode()
|
D | dnode.c | 17 if (de == fde) return ((loff_t) d->self << 4) | (loff_t)i; in get_pos() 21 return ((loff_t)d->self << 4) | (loff_t)1; in get_pos() 133 hpfs_error(s, "set_last_pointer: empty dnode %08x", d->self); in set_last_pointer() 139 d->self, de_down_pointer(de)); in set_last_pointer() 143 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", d->self); in set_last_pointer() 149 hpfs_error(s,"set_last_pointer: too long dnode %08x", d->self); in set_last_pointer() 170 hpfs_error(s, "name (%c,%d) already exists in dnode %08x", *name, namelen, d->self); in hpfs_add_de() 196 hpfs_error(s, "attempt to delete last dirent in dnode %08x", d->self); in hpfs_delete_de() 207 dnode_secno dno = d->self; in fix_up_ptrs()
|
D | alloc.c | 419 d->self = *dno; in hpfs_alloc_dnode() 451 a->self = *ano; in hpfs_alloc_anode()
|
/fs/omfs/ |
D | dir.c | 350 u64 self; in omfs_fill_chain() local 367 self = fsblock; in omfs_fill_chain() 380 OMFS_NAMELEN), filp->f_pos, self, d_type); in omfs_fill_chain()
|
/fs/jfs/ |
D | jfs_dtree.c | 1017 pxd = &sp->header.self; in dtSplitUp() 1388 rp->header.self = *pxd; in dtSplitPage() 1411 rp->header.prev = cpu_to_le64(addressPXD(&sp->header.self)); in dtSplitPage() 1684 tpxd = &sp->header.self; in dtExtendPage() 1698 pxdlock->pxd = sp->header.self; in dtExtendPage() 1724 sp->header.self = *pxd; in dtExtendPage() 1933 rp->header.self = *pxd; in dtSplitRoot() 2278 pxdlock->pxd = fp->header.self; in dtDeleteUp() 2287 xlen = lengthPXD(&fp->header.self); in dtDeleteUp() 2354 pxdlock->pxd = p->header.self; in dtDeleteUp() [all …]
|
D | jfs_xtree.h | 102 pxd_t self; /* 8: self */ member
|
D | jfs_dtree.h | 207 pxd_t self; /* 8: self pxd */ member
|
D | jfs_xtree.c | 1273 rp->header.self = *pxd; in xtSplitPage() 1299 rp->header.prev = cpu_to_le64(addressPXD(&sp->header.self)); in xtSplitPage() 1533 rp->header.self = *pxd; in xtSplitRoot() 2706 xaddr = addressPXD(&fp->header.self); in xtDeleteUp() 2707 xlen = lengthPXD(&fp->header.self); in xtDeleteUp() 2754 xaddr = addressPXD(&p->header.self); in xtDeleteUp() 3059 pxd = &p->header.self; in xtRelocate()
|
/fs/ |
D | buffer.c | 3336 static int buffer_cpu_notify(struct notifier_block *self, in buffer_cpu_notify() argument
|
/fs/cifs/ |
D | CHANGES | 540 break to self while vfs_unlink held i_sem) which can hang for 20 seconds.
|