Home
last modified time | relevance | path

Searched refs:fscrypt_handle_d_move (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dfscrypt.h234 static inline void fscrypt_handle_d_move(struct dentry *dentry) in fscrypt_handle_d_move() function
237 * VFS calls fscrypt_handle_d_move even for non-fscrypt in fscrypt_handle_d_move()
463 static inline void fscrypt_handle_d_move(struct dentry *dentry) in fscrypt_handle_d_move() function
/linux/fs/
H A Ddcache.c2874 fscrypt_handle_d_move(dentry); in __d_move()