Re: Mapping of Filename to allocated blocks

2016-07-21 Thread Manoj Rao
MNT_NODEV) pr_info("ramfs node\n"); else pr_info("persist storage backed node\n"); On Wed, Jul 20, 2016 at 7:49 PM, wrote: > On Wed, 20 Jul 2016 18:46:47 -0700, Manoj Rao said: > > > However, I need to run this

Re: Mapping of Filename to allocated blocks

2016-07-20 Thread Manoj Rao
ge, non-zero address. Any thoughts or inputs are highly appreciated. Thanks. ​​ -- ​Manoj​ On Wed, Apr 27, 2016 at 8:32 PM, arshad hussain wrote: > On Thu, Apr 28, 2016 at 7:28 AM, Manoj Rao wrote: > > Hi All, > > > > I'm looking for a way to get a filename associate

Mapping of Filename to allocated blocks

2016-04-27 Thread Manoj Rao
Hi All, I'm looking for a way to get a filename associated with a given physical block (ideally what I'd like is a mapping of filename <=> all the allocated blocks for this file). Is there a recommended way to do this already in kernel? if not, then where should I start looking to add changes? H