/fs/ |
D | compat.c | 61 struct nfs4_mount_data *real = raw_data; in do_nfs4_super_data_conv() local 64 real->auth_flavours = compat_ptr(raw->auth_flavours); in do_nfs4_super_data_conv() 65 real->auth_flavourlen = raw->auth_flavourlen; in do_nfs4_super_data_conv() 66 real->proto = raw->proto; in do_nfs4_super_data_conv() 67 real->host_addr = compat_ptr(raw->host_addr); in do_nfs4_super_data_conv() 68 real->host_addrlen = raw->host_addrlen; in do_nfs4_super_data_conv() 69 compat_nfs_string(&real->hostname, &raw->hostname); in do_nfs4_super_data_conv() 70 compat_nfs_string(&real->mnt_path, &raw->mnt_path); in do_nfs4_super_data_conv() 71 compat_nfs_string(&real->client_addr, &raw->client_addr); in do_nfs4_super_data_conv() 72 real->acdirmax = raw->acdirmax; in do_nfs4_super_data_conv() [all …]
|
/fs/overlayfs/ |
D | file.c | 82 static int ovl_real_fdget_meta(const struct file *file, struct fd *real, in ovl_real_fdget_meta() argument 88 real->flags = 0; in ovl_real_fdget_meta() 89 real->file = file->private_data; in ovl_real_fdget_meta() 97 if (unlikely(file_inode(real->file) != realinode)) { in ovl_real_fdget_meta() 98 real->flags = FDPUT_FPUT; in ovl_real_fdget_meta() 99 real->file = ovl_open_realfile(file, realinode); in ovl_real_fdget_meta() 101 return PTR_ERR_OR_ZERO(real->file); in ovl_real_fdget_meta() 105 if (unlikely((file->f_flags ^ real->file->f_flags) & ~O_NOATIME)) in ovl_real_fdget_meta() 106 return ovl_change_flags(real->file, file->f_flags); in ovl_real_fdget_meta() 111 static int ovl_real_fdget(const struct file *file, struct fd *real) in ovl_real_fdget() argument [all …]
|
D | export.c | 369 struct dentry *real, in ovl_lookup_real_one() argument 386 parent = dget_parent(real); in ovl_lookup_real_one() 396 take_dentry_name_snapshot(&name, real); in ovl_lookup_real_one() 405 } else if (ovl_dentry_real_at(this, layer->idx) != real) { in ovl_lookup_real_one() 419 real, layer->idx, connected, err); in ovl_lookup_real_one() 425 struct dentry *real, 432 struct dentry *real, in ovl_lookup_real_inode() argument 445 inode = ovl_lookup_inode(sb, real, !layer->idx); in ovl_lookup_real_inode() 457 if (!this && layer->idx && ofs->indexdir && !WARN_ON(!d_is_dir(real))) { in ovl_lookup_real_inode() 458 index = ovl_lookup_index(ofs, NULL, real, false); in ovl_lookup_real_inode() [all …]
|
D | namei.c | 156 struct dentry *real; in ovl_decode_real_fh() local 167 real = exportfs_decode_fh(mnt, (struct fid *)fh->fid, in ovl_decode_real_fh() 170 if (IS_ERR(real)) { in ovl_decode_real_fh() 177 if (real == ERR_PTR(-ESTALE) && in ovl_decode_real_fh() 179 real = NULL; in ovl_decode_real_fh() 180 return real; in ovl_decode_real_fh() 183 if (ovl_dentry_weird(real)) { in ovl_decode_real_fh() 184 dput(real); in ovl_decode_real_fh() 188 return real; in ovl_decode_real_fh() 431 struct dentry *real, bool is_upper, bool set) in ovl_verify_set_fh() argument [all …]
|
D | super.c | 87 struct dentry *real; in ovl_d_real() local 99 real = ovl_dentry_upper(dentry); in ovl_d_real() 100 if (real && (inode == d_inode(real))) in ovl_d_real() 101 return real; in ovl_d_real() 103 if (real && !inode && ovl_has_upperdata(d_inode(dentry))) in ovl_d_real() 104 return real; in ovl_d_real() 106 real = ovl_dentry_lowerdata(dentry); in ovl_d_real() 107 if (!real) in ovl_d_real() 111 real = d_real(real, inode); in ovl_d_real() 113 if (!inode || inode == d_inode(real)) in ovl_d_real() [all …]
|
D | inode.c | 767 struct inode *ovl_lookup_inode(struct super_block *sb, struct dentry *real, in ovl_lookup_inode() argument 770 struct inode *inode, *key = d_inode(real); in ovl_lookup_inode() 776 if (!ovl_verify_inode(inode, is_upper ? NULL : real, in ovl_lookup_inode() 777 is_upper ? real : NULL, false)) { in ovl_lookup_inode()
|
D | overlayfs.h | 320 struct dentry *real, bool is_upper, bool set); 384 struct inode *ovl_lookup_inode(struct super_block *sb, struct dentry *real, 436 struct ovl_fh *ovl_encode_real_fh(struct dentry *real, bool is_upper);
|
D | copy_up.c | 227 struct ovl_fh *ovl_encode_real_fh(struct dentry *real, bool is_upper) in ovl_encode_real_fh() argument 233 uuid_t *uuid = &real->d_sb->s_uuid; in ovl_encode_real_fh() 245 fh_type = exportfs_encode_fh(real, buf, &dwords, 0); in ovl_encode_real_fh()
|
/fs/qnx4/ |
D | Kconfig | 6 This is the file system used by the real-time operating systems
|
/fs/qnx6/ |
D | Kconfig | 6 This is the file system used by the real-time operating systems
|
/fs/jffs2/ |
D | TODO | 12 - make the scan code populate real inodes so read_inode just after
|