H A D | quot.c | 105 get_inode(int fd, struct fs *super, ino_t ino) 117 if (super != NULL && super->fs_magic == FS_UFS2_MAGIC) { in get_inode() 125 if (!ipbuf || ino < last || ino >= last + INOCNT(super)) { in get_inode() 126 if (super->fs_magic == FS_UFS2_MAGIC && in get_inode() 127 (!cgp || cg != ino_to_cg(super, ino))) { in get_inode() 128 cg = ino_to_cg(super, ino); in get_inode() 129 if (!cgp && !(cgp = malloc(super->fs_cgsize))) in get_inode() 131 if (lseek(fd, (off_t)cgtod(super, cg) << super in get_inode() 109 get_inode(int fd,struct fs * super,ino_t ino) get_inode() argument 167 virtualblocks(struct fs * super,union dinode * dp) virtualblocks() argument 200 isfree(struct fs * super,union dinode * dp) isfree() argument 372 dofsizes(int fd,struct fs * super,char * name) dofsizes() argument 444 douser(int fd,struct fs * super,char * name) douser() argument 484 donames(int fd,struct fs * super,char * name) donames() argument [all...] |