Home
last modified time | relevance | path

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

/linux-4.19.296/fs/autofs/
Dinode.c256 root_inode = autofs_get_inode(s, S_IFDIR | 0755); in autofs_fill_super()
347 struct inode *autofs_get_inode(struct super_block *sb, umode_t mode) in autofs_get_inode() function
Dautofs_i.h147 struct inode *autofs_get_inode(struct super_block *, umode_t);
Droot.c581 inode = autofs_get_inode(dir->i_sb, S_IFLNK | 0555); in autofs_dir_symlink()
773 inode = autofs_get_inode(dir->i_sb, S_IFDIR | mode); in autofs_dir_mkdir()