Searched refs:fcd (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/fuse/ |
| A D | dax.c | 124 spin_lock(&fcd->lock); in kick_dmap_free_worker() 133 spin_lock(&fcd->lock); in alloc_dax_mapping() 153 fcd->nr_busy_ranges--; in __dmap_remove_busy_list() 159 spin_lock(&fcd->lock); in dmap_remove_busy_list() 169 fcd->nr_free_ranges++; in __dmap_add_to_free_pool() 803 wait_event(fcd->range_waitq, (fcd->nr_free_ranges > 0)); in __fuse_dax_fault() 1290 fcd = kzalloc(sizeof(*fcd), GFP_KERNEL); in fuse_dax_conn_alloc() 1291 if (!fcd) in fuse_dax_conn_alloc() 1298 kfree(fcd); in fuse_dax_conn_alloc() 1302 fc->dax = fcd; in fuse_dax_conn_alloc() [all …]
|
| /linux/Documentation/networking/devlink/ |
| A D | iosm.rst | 110 * - ``coredump.fcd`` 134 $ devlink region new pci/0000:02:00.0/coredump.fcd 136 $ devlink region dump pci/0000:02:00.0/coredump.fcd snapshot 1 138 $ devlink region del pci/0000:02:00.0/coredump.fcd snapshot 1
|
| /linux/fs/ext4/ |
| A D | fast_commit.c | 781 struct ext4_fc_dentry_info fcd; in ext4_fc_add_dentry_tlv() local 784 u8 *dst = ext4_fc_reserve_space(sb, sizeof(tl) + sizeof(fcd) + dlen, in ext4_fc_add_dentry_tlv() 790 fcd.fc_parent_ino = cpu_to_le32(fc_dentry->fcd_parent); in ext4_fc_add_dentry_tlv() 791 fcd.fc_ino = cpu_to_le32(fc_dentry->fcd_ino); in ext4_fc_add_dentry_tlv() 793 tl.fc_len = cpu_to_le16(sizeof(fcd) + dlen); in ext4_fc_add_dentry_tlv() 796 ext4_fc_memcpy(sb, dst, &fcd, sizeof(fcd), crc); in ext4_fc_add_dentry_tlv() 797 dst += sizeof(fcd); in ext4_fc_add_dentry_tlv() 1292 struct ext4_fc_dentry_info fcd; in tl_to_darg() local 1294 memcpy(&fcd, val, sizeof(fcd)); in tl_to_darg() 1296 darg->parent_ino = le32_to_cpu(fcd.fc_parent_ino); in tl_to_darg() [all …]
|
Completed in 15 milliseconds