Searched refs:ent_put (Results 1 – 2 of 2) sorted by relevance
/fs/fat/ |
D | fatent.c | 16 void (*ent_put)(struct fat_entry *, int); member 255 .ent_put = fat12_ent_put, 264 .ent_put = fat16_ent_put, 273 .ent_put = fat32_ent_put, 415 ops->ent_put(fatent, new); in fat_ent_write() 501 ops->ent_put(&fatent, FAT_ENT_EOF); in fat_alloc_clusters() 503 ops->ent_put(&prev_ent, entry); in fat_alloc_clusters() 595 ops->ent_put(&fatent, FAT_ENT_FREE); in fat_free_clusters()
|
/fs/nfsd/ |
D | nfs4idmap.c | 90 ent_put(struct kref *ref) in ent_put() function 186 .cache_put = ent_put, 349 .cache_put = ent_put,
|