Home
last modified time | relevance | path

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

/linux-6.15/fs/autofs/
H A Dinode.c331 root_inode->i_op = &autofs_dir_inode_operations; in autofs_fill_super()
446 inode->i_op = &autofs_dir_inode_operations; in autofs_get_inode()
H A Dautofs_i.h182 extern const struct inode_operations autofs_dir_inode_operations;
H A Droot.c52 const struct inode_operations autofs_dir_inode_operations = { variable