Searched refs:f_count (Results 1 – 9 of 9) sorted by relevance
128 dprintk("lockd: found file %p (count %d)\n", file, file->f_count); in nlm_lookup_file()130 file->f_count++; in nlm_lookup_file()232 if (file->f_count || !list_empty(&file->f_blocks) || file->f_shares) in nlm_file_inuse()265 file->f_count++; in nlm_traverse_files()274 file->f_count--; in nlm_traverse_files()277 && !file->f_shares && !file->f_count) { in nlm_traverse_files()301 file, file->f_count); in nlm_release_file()307 if (--file->f_count == 0 && !nlm_file_inuse(file)) in nlm_release_file()
249 file->f_count++; in nlmsvc_create_block()
112 atomic_long_set(&f->f_count, 1); in __alloc_file()336 if (atomic_long_sub_and_test(refs, &file->f_count)) { in fput_many()370 if (atomic_long_dec_and_test(&file->f_count)) { in __fput_sync()
16 reference count (->f_count).80 on ->f_count :85 if (atomic_long_inc_not_zero(&file->f_count))
115 atomic_t f_count; /* fb_open count */ member506 atomic_inc(&ps3fb.f_count); in ps3fb_open()512 if (atomic_dec_and_test(&ps3fb.f_count)) { in ps3fb_release()995 atomic_set(&ps3fb.f_count, -1); /* fbcon opens ps3fb */ in ps3fb_probe()
163 unsigned int f_count; /* reference count */ member
584 return atomic_long_inc_not_zero(&dmabuf->file->f_count) != 0L; in get_dma_buf_unless_doomed()
950 atomic_long_t f_count; member985 atomic_long_inc(&f->f_count); in get_file()989 atomic_long_add_unless(&(x)->f_count, (cnt), 0)991 #define file_count(x) atomic_long_read(&(x)->f_count)
13084 int f_count = 0; in i40e_add_vsi() local13289 f_count++; in i40e_add_vsi()13293 if (f_count) { in i40e_add_vsi()