Lines Matching refs:directory
7 * handling directory dnode tree - adding, deleteing & searching for dirents
293 whole directory, not only file we're adding, would
380 * Add an entry to directory btree.
381 * I hate such crazy directory structure.
383 * I wrote this directory code 4 times.
497 hpfs_error(i->i_sb, "out of memory for dirent - directory will be corrupted");
709 /* Delete dirent from directory */
780 if (!de->first && !de->last && de->directory && n_subdirs) (*n_subdirs)++;
918 if (!S_ISDIR(inode->i_mode)) hpfs_error(inode->i_sb, "map_dirent: not a directory\n");
945 * Remove empty directory. In normal cases it is only one dnode with two
990 hpfs_error(s, "directory %08x is corrupted or not empty", rdno);
1031 hpfs_error(s, "fnode %08x has non-directory parent %08x", fno, le32_to_cpu(f->up));