Searched refs:CREATE (Results 1 – 12 of 12) sorted by relevance
/fs/gfs2/ |
D | meta_io.c | 181 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()
|
D | gfs2.h | 12 CREATE = 1, enumerator
|
D | inode.c | 141 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()
|
D | ops_fstype.c | 423 CREATE, &sdp->sd_rename_gl); in init_locking() 430 CREATE, &sdp->sd_freeze_gl); in init_locking()
|
D | rgrp.c | 929 &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()
|
D | file.c | 1244 &gfs2_flock_glops, CREATE, &gl); in do_flock()
|
D | quota.c | 229 &gfs2_quota_glops, CREATE, &qd->qd_gl); in qd_alloc()
|
D | glock.c | 1316 error = gfs2_glock_get(sdp, number, glops, CREATE, &gl); in gfs2_glock_nq_num()
|
D | bmap.c | 306 rabh = gfs2_getbuf(gl, be64_to_cpu(*t), CREATE); in gfs2_metapath_ra()
|
/fs/nfs/ |
D | nfs2xdr.c | 1144 PROC(CREATE, createargs, diropres, 0),
|
D | nfs3xdr.c | 2527 PROC(CREATE, create, create, 0),
|
D | nfs4xdr.c | 7555 PROC(CREATE, enc_create, dec_create),
|