Searched refs:n_subdirs (Results 1 – 2 of 2) sorted by relevance
117 int n_dnodes, n_subdirs; in hpfs_read_inode() local127 n_dnodes = 0; n_subdirs = 0; in hpfs_read_inode()128 hpfs_count_dnodes(i->i_sb, hpfs_inode->i_dno, &n_dnodes, &n_subdirs, NULL); in hpfs_read_inode()131 set_nlink(i, 2 + n_subdirs); in hpfs_read_inode()
744 int *n_subdirs, int *n_items) in hpfs_count_dnodes() argument780 if (!de->first && !de->last && de->directory && n_subdirs) (*n_subdirs)++; in hpfs_count_dnodes()