Home
last modified time | relevance | path

Searched refs:dinode (Results 1 – 25 of 46) sorted by relevance

12

/titanic_41/usr/src/cmd/backup/dump/
H A Ddump.h71 #define MAXINOPB (MAXBSIZE / sizeof (struct dinode))
258 extern void est(struct dinode *);
285 extern void saveino(ino_t, struct dinode *);
294 extern void stattoi(struct stat *, struct dinode *);
337 extern void pass(void (*)(struct dinode *), uchar_t *);
338 extern void mark(struct dinode *);
339 extern void active_mark(struct dinode *);
340 extern void markshad(struct dinode *);
341 extern void estshad(struct dinode *);
343 extern void add(struct dinode *);
[all …]
H A Ddumptraverse.c25 static void lf_dumpinode(struct dinode *);
27 void lf_dump(struct dinode *);
40 void (*fn)(struct dinode *);
88 struct dinode *ip; in mark()
122 struct dinode *ip; in active_mark()
165 struct dinode *ip; in markshad()
199 struct dinode *ip; in estshad()
244 struct dinode *ip; in add()
348 struct dinode *ip; in dirdump()
366 struct dinode *ip; in lf_dumpmeta()
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c49 static void pdinode(struct dinode *);
54 static int ckinode_common(struct dinode *, struct inodesc *, enum cki_action);
211 ckinode(struct dinode *dp, struct inodesc *idesc, enum cki_action action) in ckinode()
251 ckinode_common(struct dinode *dp, struct inodesc *idesc, in ckinode_common()
255 struct dinode dino; in ckinode_common()
260 (void) memmove(&dino, dp, sizeof (struct dinode)); in ckinode_common()
668 struct dinode *
672 struct dinode *dp; in ginode()
713 static struct dinode *inodebuf;
715 static struct dinode *currentinode;
[all …]
H A Dfsck.h116 struct dinode *b_dinode; /* inode block */
372 struct dinode zino;
519 int acltypeok(struct dinode *);
529 void cacheacl(struct dinode *, fsck_ino_t);
530 void cacheino(struct dinode *, fsck_ino_t);
541 int ckinode(struct dinode *, struct inodesc *, enum cki_action);
567 int ftypeok(struct dinode *);
572 struct dinode *getnextinode(fsck_ino_t);
573 struct dinode *getnextrefresh(void);
575 struct dinode *ginode(fsck_ino_t);
[all …]
H A Dpass3.c46 static void setcurino(struct inodesc *, struct dinode *, struct inoinfo *);
58 struct dinode *dp; in pass3a()
329 struct dinode *dp, *pdirp; in pass3acheck()
400 setcurino(struct inodesc *idesc, struct dinode *dp, struct inoinfo *inp) in setcurino()
416 struct dinode *dp = ginode(orphan); in maybe_convert_attrdir_to_dir()
H A Ddir.c375 struct dinode *dp; in adjust()
516 struct dinode *dp; in linkup()
649 struct dinode *dp; in do_reconnect()
775 struct dinode *dp; in makeentry()
832 struct dinode *dp; in expanddir()
1128 struct dinode *dp; in allocdir()
1347 struct dinode *dp; in mkuniqname()
H A Dpass1b.c46 struct dinode *dp; in pass1b()
H A Dpass1.c134 struct dinode *dp; in verify_inode()
504 struct dinode *dp; in clear_attr_acl()
630 struct dinode *dp; in pass1check()
H A Dpass2.c53 struct dinode *dp, *dp2, *dpattr; in pass2()
58 struct dinode dino; in pass2()
142 (void) memset(&dino, 0, sizeof (struct dinode)); in pass2()
403 struct dinode *dp, *pdirp, *attrdirp; in pass2check()
/titanic_41/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c70 struct dinode *itab; /* = (struct dinode *)itab; */
72 struct dinode *gip;
97 struct dinode *ip;
134 void pass1(struct dinode *ip);
135 void pass2(struct dinode *ip);
136 void pass3(struct dinode *ip);
143 struct dinode *ginode(ino_t inumber);
358 itab = (struct dinode *)calloc(sblock.fs_ipg, sizeof (struct dinode)); in check()
379 (int)(sblock.fs_ipg * sizeof (struct dinode))); in check()
396 (int)(sblock.fs_ipg * sizeof (struct dinode))); in check()
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c67 struct dinode *itab;
71 struct dinode *gip;
107 struct dinode *ip;
129 void pass1(struct dinode *ip);
130 void pass2(struct dinode *ip);
131 void pass3(struct dinode *ip);
296 itab = (struct dinode *)extend_tbl((uchar_t *)itab, &itab_size, in check()
297 (unsigned)(sblock.fs_ipg * sizeof (struct dinode))); in check()
326 (int)(sblock.fs_ipg * sizeof (struct dinode))); in check()
345 (int)(sblock.fs_ipg * sizeof (struct dinode))); in check()
[all …]
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c624 get_nclients(di_node_t dinode, void *arg) in get_nclients() argument
628 if (is_client(dinode)) in get_nclients()
640 is_client(di_node_t dinode) in is_client() argument
642 return (di_path_client_next_path(dinode, DI_PATH_NIL) != DI_PATH_NIL); in is_client()
760 build_groups(di_node_t dinode, void *arg) in build_groups() argument
778 di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL) in build_groups()
792 di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL) { in build_groups()
833 get_rsrcname(dinode)) == NULL) in build_groups()
856 if ((group->clients[0] = get_rsrcname(dinode)) == NULL) { in build_groups()
958 get_rsrcname(di_node_t dinode) in get_rsrcname() argument
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/fsirand/
H A Dfsirand.c57 struct dinode dibuf[8192/sizeof (struct dinode)];
66 struct dinode *dip; in main()
134 bsize = INOPB(fs) * sizeof (struct dinode); in main()
/titanic_41/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c63 #define ISIZ (MAXBSIZE/sizeof (struct dinode))
69 static struct dinode *itab;
104 static void qacct(struct dinode *);
276 itab = (struct dinode *)calloc(sblock.fs_ipg, sizeof (struct dinode)); in check()
287 (int)(sblock.fs_ipg * sizeof (struct dinode))); in check()
299 qacct(struct dinode *ip) in qacct()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h75 struct dinode { struct
94 struct dinode *b_dinode; /* inode block */ argument
239 struct dinode *ginode();
/titanic_41/usr/src/cmd/devctl/
H A Ddevctl.c544 di_node_t dinode; in run_list_ctlrs() local
546 if ((dinode = di_init("/", DINFOSUBTREE|DINFOMINOR)) == NULL) { in run_list_ctlrs()
551 (void) di_walk_minor(dinode, DDI_NT_NEXUS, NULL, 0, &nexif); in run_list_ctlrs()
552 di_fini(dinode); in run_list_ctlrs()
/titanic_41/usr/src/cmd/fs.d/ufs/clri/
H A Dclri.c58 #define ISIZE (sizeof (struct dinode))
61 static struct dinode buf[NI];
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ffs.c195 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct dinode), in ffs_dir()
196 sizeof (struct dinode), (char *) INODE)) in ffs_dir()
H A Ddisk_inode.h99 struct dinode struct
H A Djfs.h444 struct dinode { struct
543 typedef struct dinode dinode_t; argument
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c75 struct dinode itab[ITABSZ];
76 struct dinode *dp;
91 struct dinode *ginode();
593 acct(struct dinode *ip) in acct()
628 struct dinode *
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c137 #define INODE (sizeof (struct dinode))
1168 addr = (long)&((struct dinode *) in main()
1201 addr = (long)&((struct dinode *) in main()
1311 addr = (long)&((struct dinode *) in main()
1348 &((struct dinode *)(uintptr_t)cur_ino)-> in main()
1445 addr = (long)&((struct dinode *) in main()
1491 addr = (long)&((struct dinode *)(uintptr_t) in main()
1602 addr = (long)&((struct dinode *) in main()
1621 addr = (long)&((struct dinode *) in main()
1630 addr = (long)&((struct dinode *) in main()
[all …]
/titanic_41/usr/src/head/protocols/
H A Ddumprestore.h133 struct dinode c_dinode; /* ownership and mode of inode */
/titanic_41/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c1081 struct dinode dibuf[MAXBSIZE/sizeof (struct dinode)]; in notrand()
1083 struct dinode *dip; in notrand()
1099 bsize = INOPB(fs) * sizeof (struct dinode); in notrand()
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c294 #define MAXIpG_B(b, d) roundup((b) * NBBY / (d), (b) / sizeof (struct dinode))
297 #define MAXINOPB (MAXBSIZE / sizeof (struct dinode))
458 struct dinode zino[MAXBSIZE / sizeof (struct dinode)];
585 struct dinode *gdinode(ino_t);
1345 sblock.fs_inopb = sblock.fs_bsize / sizeof (struct dinode); in main()
1641 sblock.fs_inopb = sblock.fs_bsize / sizeof (struct dinode); in main()
1679 inospercg = (uint64_t)roundup(bpcg / sizeof (struct dinode), in main()
2509 struct dinode *inode_buffer; in initcg()
2590 size = sblock.fs_ipg * sizeof (struct dinode); in initcg()
2591 inode_buffer = (struct dinode *)getbuf(&inodebuf, size); in initcg()
[all …]

12