Lines Matching refs:fsid
98 static void ovl_map_dev_ino(struct dentry *dentry, struct kstat *stat, int fsid)
117 * overlay st_ino address space. The high bits holds the fsid
118 * (upper fsid is 0). The lowest xinobit is reserved for mapping
124 stat->ino |= ((u64)fsid) << (xinoshift + 1);
153 stat->dev = ofs->fs[fsid].pseudo_dev;
166 int fsid = 0;
192 fsid = ovl_layer_lower(dentry)->fsid;
222 fsid = ovl_layer_lower(dentry)->fsid;
264 ovl_map_dev_ino(dentry, stat, fsid);
972 static void ovl_map_ino(struct inode *inode, unsigned long ino, int fsid)
989 inode->i_ino |= (unsigned long)fsid << (xinoshift + 1);
999 * layer (fsid 0), use the lowest xinobit to map the non
1012 unsigned long ino, int fsid)
1025 ovl_map_ino(inode, ino, fsid);
1345 int fsid = bylower ? lowerpath->layer->fsid : 0;
1399 fsid = lowerpath->layer->fsid;
1402 ovl_inode_init(inode, oip, ino, fsid);