Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/afs/
Dsuper.c35 static void afs_destroy_inode(struct inode *inode);
59 .destroy_inode = afs_destroy_inode,
714 static void afs_destroy_inode(struct inode *inode) in afs_destroy_inode() function