Searched refs:af (Results 1 – 4 of 4) sorted by relevance
93 wbk->key = af->key; in afs_cache_wb_key()104 af->wb = wbk; in afs_cache_wb_key()110 af->wb = p; in afs_cache_wb_key()121 struct afs_file *af; in afs_open() local133 af = kzalloc(sizeof(*af), GFP_KERNEL); in afs_open()134 if (!af) { in afs_open()138 af->key = key; in afs_open()160 kfree(af); in afs_open()185 if (af->wb) in afs_release()196 key_put(af->key); in afs_release()[all …]
256 struct afs_file *af = file->private_data; in afs_fsync() local263 ret = afs_validate(vnode, af->key); in afs_fsync()
240 struct afs_file *af = file->private_data; in afs_file_key() local242 return af->key; in afs_file_key()
645 struct xrep_agfl_fill *af = priv; in xrep_agfl_fill() local646 struct xfs_scrub *sc = af->sc; in xrep_agfl_fill()652 while (agbno < start + len && af->fl_off < af->flcount) in xrep_agfl_fill()653 af->agfl_bno[af->fl_off++] = cpu_to_be32(agbno++); in xrep_agfl_fill()655 error = xagb_bitmap_set(&af->used_extents, start, agbno - 1); in xrep_agfl_fill()659 if (af->fl_off == af->flcount) in xrep_agfl_fill()673 struct xrep_agfl_fill af = { in xrep_agfl_init_header() local698 xagb_bitmap_init(&af.used_extents); in xrep_agfl_init_header()699 af.agfl_bno = xfs_buf_to_agfl_bno(agfl_bp); in xrep_agfl_init_header()700 xagb_bitmap_walk(agfl_extents, xrep_agfl_fill, &af); in xrep_agfl_init_header()[all …]
Completed in 20 milliseconds