Home
last modified time | relevance | path

Searched refs:vdentry (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/cachefiles/
H A Dvolume.c22 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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dsysfs.c173 struct mlx4_ib_iov_sysfs_attr *vdentry = _dentry; in create_sysfs_entry() local
175 vdentry->ctx = _ctx; in create_sysfs_entry()
176 vdentry->dentry.show = show; in create_sysfs_entry()
177 vdentry->dentry.store = store; in create_sysfs_entry()
178 sysfs_attr_init(&vdentry->dentry.attr); in create_sysfs_entry()
179 vdentry->dentry.attr.name = vdentry->name; in create_sysfs_entry()
180 vdentry->dentry.attr.mode = 0; in create_sysfs_entry()
181 vdentry->kobj = _kobj; in create_sysfs_entry()
182 snprintf(vdentry in create_sysfs_entry()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dsysfs.c175 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 in create_sysfs_entry()
[all...]

Completed in 3 milliseconds