Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/autofs/
H A Dinode.c271 root_inode = autofs_get_inode(s, S_IFDIR | 0755); in autofs_fill_super()
360 struct inode *autofs_get_inode(struct super_block *sb, umode_t mode) in autofs_get_inode() function
H A Dautofs_i.h150 struct inode *autofs_get_inode(struct super_block *, umode_t);
H A Droot.c562 inode = autofs_get_inode(dir->i_sb, S_IFLNK | 0555); in autofs_dir_symlink()
744 inode = autofs_get_inode(dir->i_sb, S_IFDIR | mode); in autofs_dir_mkdir()