Home
last modified time | relevance | path

Searched refs:cifs_root_iget (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.h64 extern struct inode *cifs_root_iget(struct super_block *);
H A Dcifsfs.c221 inode = cifs_root_iget(sb); in cifs_read_super()
H A Dinode.c1333 struct inode *cifs_root_iget(struct super_block *sb) function