Lines Matching refs:GFP_NOFS
65 m = kmalloc(sizeof(*m) + sizeof(m->mon_inst[0])*num_mon, GFP_NOFS); in ceph_monmap_decode()
601 req = kzalloc(sizeof(*req), GFP_NOFS); in ceph_monc_do_statfs()
610 req->request = ceph_msg_new(CEPH_MSG_STATFS, sizeof(*h), GFP_NOFS, in ceph_monc_do_statfs()
614 req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 1024, GFP_NOFS, in ceph_monc_do_statfs()
682 req = kzalloc(sizeof(*req), GFP_NOFS); in ceph_monc_do_get_version()
692 GFP_NOFS, true); in ceph_monc_do_get_version()
699 GFP_NOFS, true); in ceph_monc_do_get_version()
836 GFP_NOFS, true); in ceph_monc_init()
840 monc->m_subscribe = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE, 96, GFP_NOFS, in ceph_monc_init()
845 monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096, GFP_NOFS, in ceph_monc_init()
850 monc->m_auth = ceph_msg_new(CEPH_MSG_AUTH, 4096, GFP_NOFS, true); in ceph_monc_init()
1074 m = ceph_msg_new(type, front_len, GFP_NOFS, false); in mon_alloc_msg()
1089 m = ceph_msg_new(type, front_len, GFP_NOFS, false); in mon_alloc_msg()