Home
last modified time | relevance | path

Searched refs:f_count (Results 1 – 4 of 4) sorted by relevance

/linux/fs/lockd/
H A Dsvcsubs.c147 dprintk("lockd: found file %p (count %d)\n", file, file->f_count); in nlm_lookup_file()
149 file->f_count++; in nlm_lookup_file()
270 if (file->f_count || !list_empty(&file->f_blocks) || file->f_shares) in nlm_file_inuse()
311 file->f_count++; in nlm_traverse_files()
320 file->f_count--; in nlm_traverse_files()
323 && !file->f_shares && !file->f_count) { in nlm_traverse_files()
347 file, file->f_count); in nlm_release_file()
353 if (--file->f_count == 0 && !nlm_file_inuse(file)) in nlm_release_file()
/linux/drivers/video/fbdev/
H A Dps3fb.c116 atomic_t f_count; /* fb_open count */ member
507 atomic_inc(&ps3fb.f_count); in ps3fb_open()
513 if (atomic_dec_and_test(&ps3fb.f_count)) { in ps3fb_release()
996 atomic_set(&ps3fb.f_count, -1); /* fbcon opens ps3fb */ in ps3fb_probe()
/linux/Documentation/filesystems/
H A Dfiles.rst19 reference count (->f_count).
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13895 int f_count = 0; in i40e_add_vsi() local
14099 f_count++; in i40e_add_vsi()
14104 if (f_count) { in i40e_add_vsi()