Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfile_ref.h64 bool __file_ref_put(file_ref_t *ref, unsigned long cnt);
160 return __file_ref_put(ref, cnt); in file_ref_put()
/linux/fs/
H A Dfile.c68 bool __file_ref_put(file_ref_t *ref, unsigned long cnt) in __file_ref_put() function
94 EXPORT_SYMBOL_GPL(__file_ref_put);