Searched refs:ent_put (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/fat/ |
D | fatent.c | 16 void (*ent_put)(struct fat_entry *, int); member 256 .ent_put = fat12_ent_put, 265 .ent_put = fat16_ent_put, 274 .ent_put = fat32_ent_put, 418 ops->ent_put(fatent, new); in fat_ent_write() 504 ops->ent_put(&fatent, FAT_ENT_EOF); in fat_alloc_clusters() 506 ops->ent_put(&prev_ent, entry); in fat_alloc_clusters() 598 ops->ent_put(&fatent, FAT_ENT_FREE); in fat_free_clusters()
|
/linux-4.19.296/fs/nfsd/ |
D | nfs4idmap.c | 89 ent_put(struct kref *ref) in ent_put() function 185 .cache_put = ent_put, 348 .cache_put = ent_put,
|