Lines Matching refs:ret
71 int ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_SHARED,
73 if (ret)
74 return ERR_PTR(ret);
119 int ret;
125 ret = gfs2_qa_get(ip);
126 if (ret)
127 return ret;
130 ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
131 if (ret)
138 ret = posix_acl_update_mode(&nop_mnt_idmap, inode, &mode, &acl);
139 if (ret)
143 ret = __gfs2_set_acl(inode, acl, type);
144 if (!ret && mode != inode->i_mode) {
154 return ret;