Home
last modified time | relevance | path

Searched refs:n_subdirs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/hpfs/
H A Dinode.c117 int n_dnodes, n_subdirs; in hpfs_read_inode() local
127 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()
H A Ddnode.c744 int *n_subdirs, int *n_items) in hpfs_count_dnodes() argument
780 if (!de->first && !de->last && de->directory && n_subdirs) (*n_subdirs)++; in hpfs_count_dnodes()