Searched refs:fscrypt_d_ops (Results 1 – 3 of 3) sorted by relevance
104 extern const struct dentry_operations fscrypt_d_ops;
110 d_set_d_op(dentry, &fscrypt_d_ops); in __fscrypt_prepare_lookup()
355 const struct dentry_operations fscrypt_d_ops = { variable