Home
last modified time | relevance | path

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

/linux-6.12.1/fs/autofs/
Dautofs_i.h185 extern const struct dentry_operations autofs_dentry_operations;
Droot.c61 const struct dentry_operations autofs_dentry_operations = { variable
846 dentry->d_op == &autofs_dentry_operations && in is_autofs_dentry()
Dinode.c314 s->s_d_op = &autofs_dentry_operations; in autofs_fill_super()