Lines Matching refs:fsid
97 static int ovl_map_dev_ino(struct dentry *dentry, struct kstat *stat, int fsid)
115 * overlay st_ino address space. The high bits holds the fsid
116 * (upper fsid is 0). The lowest xinobit is reserved for mapping
122 stat->ino |= ((u64)fsid) << (xinoshift + 1);
151 stat->dev = OVL_FS(dentry->d_sb)->fs[fsid].pseudo_dev;
165 int fsid = 0;
188 fsid = ovl_layer_lower(dentry)->fsid;
218 fsid = ovl_layer_lower(dentry)->fsid;
253 err = ovl_map_dev_ino(dentry, stat, fsid);
594 static void ovl_map_ino(struct inode *inode, unsigned long ino, int fsid)
610 inode->i_ino |= (unsigned long)fsid << (xinoshift + 1);
620 * layer (fsid 0), use the lowest xinobit to map the non
633 unsigned long ino, int fsid)
647 ovl_map_ino(inode, ino, fsid);
963 int fsid = bylower ? lowerpath->layer->fsid : 0;
1015 fsid = lowerpath->layer->fsid;
1018 ovl_inode_init(inode, oip, ino, fsid);