Home
last modified time | relevance | path

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

/linux-4.19.296/fs/autofs/
Dautofs_i.h172 extern const struct dentry_operations autofs_dentry_operations;
Dinode.c245 s->s_d_op = &autofs_dentry_operations; in autofs_fill_super()
Droot.c60 const struct dentry_operations autofs_dentry_operations = { variable
881 dentry->d_op == &autofs_dentry_operations && in is_autofs_dentry()