Lines Matching refs:last
177 int c = hpfs_compare_names(s, name, namelen, de->name, de->namelen, de->last); in hpfs_add_de()
203 if (de->last) { in hpfs_delete_de()
401 if (!(c = hpfs_compare_names(i->i_sb, name, namelen, de->name, de->namelen, de->last))) { in hpfs_add_dirent()
600 if (!de->last) { in delete_empty_dnode()
714 if (de->first || de->last) { in hpfs_remove_dirent()
720 if (depth && (de->down || (de == dnode_first_de(dnode) && de_next_de(de)->last))) { in hpfs_remove_dirent()
762 if (de->last) { in hpfs_count_dnodes()
778 if (!de->first && !de->last && de->directory && n_subdirs) (*n_subdirs)++; in hpfs_count_dnodes()
779 if (!de->first && !de->last && n_items) (*n_items)++; in hpfs_count_dnodes()
809 if (de->last) break; in map_nth_dirent()
924 int t = hpfs_compare_names(inode->i_sb, name, len, de->name, de->namelen, de->last); in map_dirent()
957 if (de->last) { in hpfs_remove_dtree()
968 if (!de->last) goto error; in hpfs_remove_dtree()
976 if (!de->last) goto error; in hpfs_remove_dtree()
1059 c = hpfs_compare_names(s, name1, name1len, de->name, de->namelen, de->last); in map_fnode_dirent()
1075 c = hpfs_compare_names(s, name2, name2len, de->name, de->namelen, de->last); in map_fnode_dirent()
1076 if (c < 0 && !de->last) goto not_found; in map_fnode_dirent()