Lines Matching defs:ofs
26 struct ovl_fs *ofs = OVL_FS(dentry->d_sb);
83 err = ovl_do_notify_change(ofs, upperdentry, attr);
100 struct ovl_fs *ofs = OVL_FS(dentry->d_sb);
101 bool samefs = ovl_same_fs(ofs);
102 unsigned int xinobits = ovl_xino_bits(ofs);
127 } else if (ovl_xino_warn(ofs)) {
153 stat->dev = ofs->fs[fsid].pseudo_dev;
344 struct ovl_fs *ofs = OVL_FS(sb);
346 if (ofs->config.userxattr)
358 struct ovl_fs *ofs = OVL_FS(dentry->d_sb);
387 err = ovl_do_setxattr(ofs, realdentry, name, value, size,
391 err = ovl_do_removexattr(ofs, realdentry, name);
610 struct ovl_fs *ofs = OVL_FS(dentry->d_sb);
648 err = ovl_do_set_acl(ofs, realdentry, acl_name, acl);
650 err = ovl_do_remove_acl(ofs, realdentry, acl_name);
699 struct ovl_fs *ofs = OVL_FS(inode->i_sb);
701 .mnt = ovl_upper_mnt(ofs),
965 struct ovl_fs *ofs = OVL_FS(inode->i_sb);
967 inode->i_ino = atomic_long_inc_return(&ofs->last_ino);
969 inode->i_ino = atomic_long_inc_return(&ofs->last_ino);
974 struct ovl_fs *ofs = OVL_FS(inode->i_sb);
975 int xinobits = ovl_xino_bits(ofs);
986 if (ovl_same_fs(ofs)) {
1122 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry,
1134 err = ovl_getxattr_upper(ofs, upperdentry, OVL_XATTR_NLINK,
1294 struct ovl_fs *ofs = OVL_FS(sb);
1305 if (!ovl_upper_mnt(ofs))
1314 if (ofs->config.nfs_export && upper)
1333 struct ovl_fs *ofs = OVL_FS(sb);
1341 .mnt = upperdentry ? ovl_upper_mnt(ofs) : lowerpath->layer->mnt,
1387 nlink = ovl_get_nlink(ofs, lowerdentry, upperdentry,
1416 ovl_path_check_origin_xattr(ofs, &realpath)) {