glock.h (2ca99501fa5422e84f18333918a503433449e2b5) glock.h (b004157ab5b374a498a5874cda68c389219d23e7)
1/*
2 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
3 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
4 *
5 * This copyrighted material is made available to anyone wishing to use,
6 * modify, copy, or redistribute it subject to the terms and conditions
7 * of the GNU General Public License version 2.
8 */

--- 92 unchanged lines hidden (view full) ---

101
102int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs);
103void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs);
104void gfs2_glock_dq_uninit_m(unsigned int num_gh, struct gfs2_holder *ghs);
105
106void gfs2_glock_prefetch_num(struct gfs2_sbd *sdp, u64 number,
107 const struct gfs2_glock_operations *glops,
108 unsigned int state, int flags);
1/*
2 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
3 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
4 *
5 * This copyrighted material is made available to anyone wishing to use,
6 * modify, copy, or redistribute it subject to the terms and conditions
7 * of the GNU General Public License version 2.
8 */

--- 92 unchanged lines hidden (view full) ---

101
102int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs);
103void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs);
104void gfs2_glock_dq_uninit_m(unsigned int num_gh, struct gfs2_holder *ghs);
105
106void gfs2_glock_prefetch_num(struct gfs2_sbd *sdp, u64 number,
107 const struct gfs2_glock_operations *glops,
108 unsigned int state, int flags);
109void gfs2_glock_inode_squish(struct inode *inode);
110
111/**
112 * gfs2_glock_nq_init - intialize a holder and enqueue it on a glock
113 * @gl: the glock
114 * @state: the state we're requesting
115 * @flags: the modifier flags
116 * @gh: the holder structure
117 *

--- 34 unchanged lines hidden ---
109
110/**
111 * gfs2_glock_nq_init - intialize a holder and enqueue it on a glock
112 * @gl: the glock
113 * @state: the state we're requesting
114 * @flags: the modifier flags
115 * @gh: the holder structure
116 *

--- 34 unchanged lines hidden ---