Searched refs:nfs_fscache_get_super_cookie (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | fscache.h | 89 extern void nfs_fscache_get_super_cookie(struct super_block *, const char *, int);
|
H A D | fscache.c | 112 void nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) in nfs_fscache_get_super_cookie() function
|
H A D | super.c | 1220 nfs_fscache_get_super_cookie(sb, uniq, ulen); in nfs_get_cache_cookie()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | fscache.h | 92 extern int nfs_fscache_get_super_cookie(struct super_block *, const char *, int);
|
H A D | fscache.c | 88 int nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) in nfs_fscache_get_super_cookie() function
|
H A D | super.c | 1248 return nfs_fscache_get_super_cookie(sb, uniq, ulen); in nfs_get_cache_cookie()
|
Completed in 7 milliseconds