Searched refs:affs_dentry_operations (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dnamei.c22 const struct dentry_operations affs_dentry_operations = { variable in typeref:struct:dentry_operations
229 dentry->d_op = AFFS_SB(sb)->s_flags & SF_INTL ? &affs_intl_dentry_operations : &affs_dentry_operations;
H A Daffs.h203 extern const struct dentry_operations affs_dentry_operations;
H A Dsuper.c482 sb->s_root->d_op = &affs_dentry_operations;

Completed in 70 milliseconds