Searched refs:remove_one (Results 1 – 10 of 10) sorted by relevance
/linux/security/ |
H A D | inode.c | 316 static void remove_one(struct dentry *victim) in remove_one() function 336 simple_recursive_removal(dentry, remove_one); in securityfs_recursive_remove()
|
/linux/fs/debugfs/ |
H A D | inode.c | 779 static void remove_one(struct dentry *victim) in remove_one() function 805 simple_recursive_removal(dentry, remove_one); in debugfs_remove()
|
/linux/fs/tracefs/ |
H A D | inode.c | 764 static void remove_one(struct dentry *victim) in remove_one() function 783 simple_recursive_removal(dentry, remove_one); in tracefs_remove()
|
/linux/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 692 static int remove_one(struct dm_btree_info *info, dm_block_t root, in remove_one() function 757 r = remove_one(info, root, first_key, end_key, &root, nr_removed); in dm_btree_remove_leaves()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | init.c | 1342 static void remove_one(struct pci_dev *); 1360 .remove = remove_one, 1708 static void remove_one(struct pci_dev *pdev) in remove_one() function
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cxgb2.c | 1299 static void remove_one(struct pci_dev *pdev) in remove_one() function 1327 .remove = remove_one,
|
/linux/drivers/tty/ |
H A D | synclink_gt.c | 106 static void remove_one(struct pci_dev *dev); 111 .remove = remove_one, 3597 static void remove_one(struct pci_dev *dev) in remove_one() function
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 3407 static void remove_one(struct pci_dev *pdev) in remove_one() function 3449 .remove = remove_one,
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 304 * Fix leak of "host" in the error path in the remove_one() path. 378 * Reverted lpfc_do_dpc, probe_one, remove_one to original
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 7093 static void remove_one(struct pci_dev *pdev) in remove_one() function 7224 .remove = remove_one,
|