Home
last modified time | relevance | path

Searched refs:remove_file (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_fs.c430 static int remove_file(struct dentry *parent, char *name) in remove_file() function
480 remove_file(dir, "counters"); in remove_device_files()
481 remove_file(dir, "counter_names"); in remove_device_files()
482 remove_file(dir, "portcounter_names"); in remove_device_files()
487 remove_file(dir, fname); in remove_device_files()
490 remove_file(dir, fname); in remove_device_files()
493 remove_file(dir, "flash"); in remove_device_files()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_xgmi.c191 goto remove_file; in amdgpu_xgmi_sysfs_add_dev_info()
209 remove_file: in amdgpu_xgmi_sysfs_add_dev_info()
/Linux-v5.4/drivers/staging/exfat/
Dexfat.h945 void remove_file(struct inode *inode, struct chain_t *p_dir, s32 entry);
Dexfat_super.c1380 remove_file(inode, &dir, dentry); in ffsRemoveFile()
2172 remove_file(inode, &dir, dentry); in ffsRemoveDir()
Dexfat_core.c3355 void remove_file(struct inode *inode, struct chain_t *p_dir, s32 entry) in remove_file() function