Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/autofs/
H A Dinode.c319 root_inode->i_op = &autofs_dir_inode_operations; in autofs_fill_super()
377 inode->i_op = &autofs_dir_inode_operations; in autofs_get_inode()
H A Dautofs_i.h172 extern const struct inode_operations autofs_dir_inode_operations;
H A Droot.c49 const struct inode_operations autofs_dir_inode_operations = { variable