Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dmeta_io.c184 bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_new()
262 *bhp = bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_read()
275 bh = gfs2_getbuf(gl, blkno + 1, CREATE); in gfs2_meta_read()
451 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
462 bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
Dgfs2.h15 CREATE = 1, enumerator
Dinode.c144 error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, &ip->i_gl); in gfs2_inode_lookup()
149 error = gfs2_glock_get(sdp, no_addr, &gfs2_iopen_glops, CREATE, &io_gl); in gfs2_inode_lookup()
706 error = gfs2_glock_get(sdp, ip->i_no_addr, &gfs2_inode_glops, CREATE, &ip->i_gl); in gfs2_create_inode()
727 error = gfs2_glock_get(sdp, ip->i_no_addr, &gfs2_iopen_glops, CREATE, &io_gl); in gfs2_create_inode()
Dops_fstype.c415 CREATE, &sdp->sd_rename_gl); in init_locking()
422 CREATE, &sdp->sd_freeze_gl); in init_locking()
Drgrp.c930 &gfs2_rgrp_glops, CREATE, &rgd->rd_gl); in read_rindex_entry()
1853 error = gfs2_glock_get(sdp, block, &gfs2_iopen_glops, CREATE, &gl); in try_rgrp_unlink()
Dfile.c1192 &gfs2_flock_glops, CREATE, &gl); in do_flock()
Dquota.c232 &gfs2_quota_glops, CREATE, &qd->qd_gl); in qd_alloc()
Dglock.c1221 error = gfs2_glock_get(sdp, number, glops, CREATE, &gl); in gfs2_glock_nq_num()
Dbmap.c308 rabh = gfs2_getbuf(gl, be64_to_cpu(*t), CREATE); in gfs2_metapath_ra()
/linux-4.19.296/include/scsi/
Dosd_protocol.h280 OSD_ACT___(CREATE, 0x02)
/linux-4.19.296/include/linux/ceph/
Drados.h243 f(CREATE, __CEPH_OSD_OP(WR, DATA, 13), "create") \
/linux-4.19.296/fs/nfs/
Dnfs2xdr.c1168 PROC(CREATE, createargs, diropres, 0),
Dnfs3xdr.c2577 PROC(CREATE, create, create, 0),
Dnfs4xdr.c7760 PROC(CREATE, enc_create, dec_create),