Searched refs:vdentry (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/cachefiles/ |
| H A D | volume.c | 23 struct dentry *vdentry, *fan; in cachefiles_acquire_volume() local 49 vdentry = cachefiles_get_directory(cache, cache->store, name, &is_new); in cachefiles_acquire_volume() 50 if (IS_ERR(vdentry)) in cachefiles_acquire_volume() 52 volume->dentry = vdentry; in cachefiles_acquire_volume() 62 vdentry = start_removing_dentry(cache->store, vdentry); in cachefiles_acquire_volume() 63 if (!IS_ERR(vdentry)) in cachefiles_acquire_volume() 65 vdentry, in cachefiles_acquire_volume() 75 fan = cachefiles_get_directory(cache, vdentry, name, NULL); in cachefiles_acquire_volume()
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | sysfs.c | 175 struct mlx4_ib_iov_sysfs_attr *vdentry = _dentry; in create_sysfs_entry() local 177 vdentry->ctx = _ctx; in create_sysfs_entry() 178 vdentry->dentry.show = show; in create_sysfs_entry() 179 vdentry->dentry.store = store; in create_sysfs_entry() 180 sysfs_attr_init(&vdentry->dentry.attr); in create_sysfs_entry() 181 vdentry->dentry.attr.name = vdentry->name; in create_sysfs_entry() 182 vdentry->dentry.attr.mode = 0; in create_sysfs_entry() 183 vdentry->kobj = _kobj; in create_sysfs_entry() 184 snprintf(vdentry->name, 15, "%s", _name); in create_sysfs_entry() 186 if (vdentry->dentry.store) in create_sysfs_entry() [all …]
|