Home
last modified time | relevance | path

Searched refs:CREATE (Results 1 – 12 of 12) sorted by relevance

/fs/gfs2/
Dmeta_io.c181 bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_new()
259 *bhp = bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_read()
272 bh = gfs2_getbuf(gl, blkno + 1, CREATE); in gfs2_meta_read()
448 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
459 bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
Dgfs2.h12 CREATE = 1, enumerator
Dinode.c141 error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, &ip->i_gl); in gfs2_inode_lookup()
146 error = gfs2_glock_get(sdp, no_addr, &gfs2_iopen_glops, CREATE, &io_gl); in gfs2_inode_lookup()
703 error = gfs2_glock_get(sdp, ip->i_no_addr, &gfs2_inode_glops, CREATE, &ip->i_gl); in gfs2_create_inode()
724 error = gfs2_glock_get(sdp, ip->i_no_addr, &gfs2_iopen_glops, CREATE, &io_gl); in gfs2_create_inode()
Dops_fstype.c423 CREATE, &sdp->sd_rename_gl); in init_locking()
430 CREATE, &sdp->sd_freeze_gl); in init_locking()
Drgrp.c929 &gfs2_rgrp_glops, CREATE, &rgd->rd_gl); in read_rindex_entry()
1872 error = gfs2_glock_get(sdp, block, &gfs2_iopen_glops, CREATE, &gl); in try_rgrp_unlink()
Dfile.c1244 &gfs2_flock_glops, CREATE, &gl); in do_flock()
Dquota.c229 &gfs2_quota_glops, CREATE, &qd->qd_gl); in qd_alloc()
Dglock.c1316 error = gfs2_glock_get(sdp, number, glops, CREATE, &gl); in gfs2_glock_nq_num()
Dbmap.c306 rabh = gfs2_getbuf(gl, be64_to_cpu(*t), CREATE); in gfs2_metapath_ra()
/fs/nfs/
Dnfs2xdr.c1144 PROC(CREATE, createargs, diropres, 0),
Dnfs3xdr.c2527 PROC(CREATE, create, create, 0),
Dnfs4xdr.c7555 PROC(CREATE, enc_create, dec_create),