Searched refs:n_subdirs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | inode.c | 117 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 D | dnode.c | 744 int *n_subdirs, int *n_items) in hpfs_count_dnodes() 780 if (!de->first && !de->last && de->directory && n_subdirs) (*n_subdirs)++; in hpfs_count_dnodes() 743 hpfs_count_dnodes(struct super_block *s, dnode_secno dno, int *n_dnodes, int *n_subdirs, int *n_items) hpfs_count_dnodes() argument
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | inode.c | 117 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 D | dnode.c | 744 int *n_subdirs, int *n_items) in hpfs_count_dnodes() 780 if (!de->first && !de->last && de->directory && n_subdirs) (*n_subdirs)++; in hpfs_count_dnodes() 743 hpfs_count_dnodes(struct super_block *s, dnode_secno dno, int *n_dnodes, int *n_subdirs, int *n_items) hpfs_count_dnodes() argument
|
Completed in 5 milliseconds