Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/coda/
H A Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
H A Dinode.c190 sb->s_d_op = &coda_dentry_operations; in coda_fill_super()
H A Ddir.c562 const struct dentry_operations coda_dentry_operations = { variable