Searched refs:vdentry (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/cachefiles/ |
D | volume.c | 22 struct dentry *vdentry, *fan; in cachefiles_acquire_volume() local 48 vdentry = cachefiles_get_directory(cache, cache->store, name, &is_new); in cachefiles_acquire_volume() 49 if (IS_ERR(vdentry)) in cachefiles_acquire_volume() 51 volume->dentry = vdentry; in cachefiles_acquire_volume() 62 cachefiles_bury_object(cache, NULL, cache->store, vdentry, in cachefiles_acquire_volume() 72 fan = cachefiles_get_directory(cache, vdentry, name, NULL); in cachefiles_acquire_volume()
|
/linux-6.12.1/drivers/infiniband/hw/mlx4/ |
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 …]
|