Searched refs:ent_put (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A 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, 416 ops->ent_put(fatent, new); in fat_ent_write() 502 ops->ent_put(&fatent, FAT_ENT_EOF); in fat_alloc_clusters() 504 ops->ent_put(&prev_ent, entry); in fat_alloc_clusters() 596 ops->ent_put(&fatent, FAT_ENT_FREE); in fat_free_clusters()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | fatent.c | 17 void (*ent_put)(struct fat_entry *, int); member 257 .ent_put = fat12_ent_put, 266 .ent_put = fat16_ent_put, 275 .ent_put = fat32_ent_put, 417 ops->ent_put(fatent, new); in fat_ent_write() 503 ops->ent_put(&fatent, FAT_ENT_EOF); in fat_alloc_clusters() 505 ops->ent_put(&prev_ent, entry); in fat_alloc_clusters() 597 ops->ent_put(&fatent, FAT_ENT_FREE); in fat_free_clusters()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4idmap.c | 90 ent_put(struct kref *ref) in ent_put() function 192 .cache_put = ent_put, 362 .cache_put = ent_put,
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4idmap.c | 91 ent_put(struct kref *ref) in ent_put() function 193 .cache_put = ent_put, 363 .cache_put = ent_put,
|
Completed in 10 milliseconds