LCOV - code coverage report
Current view: top level - fs/9p - fid.h (source / functions) Hit Total Coverage
Test: combined.info Lines: 0 6 0.0 %
Date: 2022-04-01 14:35:51 Functions: 0 1 0.0 %
Branches: 0 6 0.0 %

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: GPL-2.0-only */
       2                 :            : /*
       3                 :            :  * V9FS FID Management
       4                 :            :  *
       5                 :            :  *  Copyright (C) 2005 by Eric Van Hensbergen <ericvh@gmail.com>
       6                 :            :  */
       7                 :            : #ifndef FS_9P_FID_H
       8                 :            : #define FS_9P_FID_H
       9                 :            : #include <linux/list.h>
      10                 :            : 
      11                 :            : struct p9_fid *v9fs_fid_lookup(struct dentry *dentry);
      12                 :          0 : static inline struct p9_fid *v9fs_parent_fid(struct dentry *dentry)
      13                 :            : {
      14                 :          0 :         return v9fs_fid_lookup(dentry->d_parent);
      15                 :            : }
      16                 :            : void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid);
      17                 :            : struct p9_fid *v9fs_writeback_fid(struct dentry *dentry);
      18                 :          0 : static inline struct p9_fid *clone_fid(struct p9_fid *fid)
      19                 :            : {
      20   [ #  #  #  #  :          0 :         return IS_ERR(fid) ? fid :  p9_client_walk(fid, 0, NULL, 1);
                   #  # ]
      21                 :            : }
      22                 :          0 : static inline struct p9_fid *v9fs_fid_clone(struct dentry *dentry)
      23                 :            : {
      24                 :          0 :         return clone_fid(v9fs_fid_lookup(dentry));
      25                 :            : }
      26                 :            : #endif

Generated by: LCOV version 1.14